Commit cc1ecf4d authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix another typo

parent 2bddcbf1
......@@ -297,7 +297,7 @@ extern "C" {
/* Py_IS_INFINITY(X)
* Return 1 if float or double arg is an infinity, else 0.
* Some architectures (Windows) have intrisics for this, so a special
* Some architectures (Windows) have intrinsics for this, so a special
* macro for this particular test is useful
*/
#ifndef Py_IS_FINITE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment