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

andrew.kuchling python-checkins at python.org
Thu May 25 18:23:16 CEST 2006


Author: andrew.kuchling
Date: Thu May 25 18:23:15 2006
New Revision: 46220

Modified:
   python/trunk/Include/pyport.h
Log:
Fix comment typos

Modified: python/trunk/Include/pyport.h
==============================================================================
--- python/trunk/Include/pyport.h	(original)
+++ python/trunk/Include/pyport.h	Thu May 25 18:23:15 2006
@@ -297,7 +297,7 @@
 
 /* Py_IS_INFINITY(X)
  * Return 1 if float or double arg is an infinity, else 0.
- * This some archicetcures (windows) have intrisics for this, so a special
+ * Some architectures (Windows) have intrisics for this, so a special
  * macro for this particular test is useful
  */
 #ifndef Py_IS_FINITE


More information about the Python-checkins mailing list