summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-05-25 16:34:54 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-05-25 16:34:54 (GMT)
commitcc1ecf4d6d97431fe3e1060567afea9d1449b574 (patch)
tree24b35583577d645a8d184eb4d3d352fdaee0a1f1 /Include
parent2bddcbf10ed5fa0142a95f4e5d66acda355bf9e4 (diff)
downloadcpython-cc1ecf4d6d97431fe3e1060567afea9d1449b574.zip
cpython-cc1ecf4d6d97431fe3e1060567afea9d1449b574.tar.gz
cpython-cc1ecf4d6d97431fe3e1060567afea9d1449b574.tar.bz2
Fix another typo
Diffstat (limited to 'Include')
-rw-r--r--Include/pyport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index 0c383d3..15e2260 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