summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-05-25 16:23:15 +0000
committerAndrew M. Kuchling <amk@amk.ca>2006-05-25 16:23:15 +0000
commit1d2576dbf07e50242cb8eb2362e2289691e80915 (patch)
tree2809a8e6316ddcf0c8e8765b8efb9ffe5f477478
parentdfe503d3f09b9030328bab8d34457ddf14025e1f (diff)
downloadcpython-git-1d2576dbf07e50242cb8eb2362e2289691e80915.tar.gz
Fix comment typos
-rw-r--r--Include/pyport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index 66726e8a43..0c383d3bf2 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.
- * 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