From: Andrew M. Kuchling Date: Thu, 25 May 2006 16:34:54 +0000 (+0000) Subject: Fix another typo X-Git-Tag: v2.5b1~537 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc1ecf4d6d97431fe3e1060567afea9d1449b574;p=thirdparty%2FPython%2Fcpython.git Fix another typo --- diff --git a/Include/pyport.h b/Include/pyport.h index 0c383d3bf232..15e2260e1ff4 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -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