]> granicus.if.org Git - python/commitdiff
Fix comment typos
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 25 May 2006 16:23:15 +0000 (16:23 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 25 May 2006 16:23:15 +0000 (16:23 +0000)
Include/pyport.h

index 66726e8a43500079b90c078e6a5ad06c67dd2860..0c383d3bf2322dd56b77ab23c395a265fd686412 100644 (file)
@@ -297,7 +297,7 @@ extern "C" {
 
 /* 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