[Python-checkins] r46222 - python/trunk/Include/pyport.h

andrew.kuchling python-checkins at python.org
Thu May 25 18:34:55 CEST 2006


Author: andrew.kuchling
Date: Thu May 25 18:34:54 2006
New Revision: 46222

Modified:
   python/trunk/Include/pyport.h
Log:
Fix another typo

Modified: python/trunk/Include/pyport.h
==============================================================================
--- python/trunk/Include/pyport.h	(original)
+++ python/trunk/Include/pyport.h	Thu May 25 18:34:54 2006
@@ -297,7 +297,7 @@
 
 /* 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


More information about the Python-checkins mailing list