commit | cc1ecf4d6d97431fe3e1060567afea9d1449b574 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Thu May 25 16:34:54 2006 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Thu May 25 16:34:54 2006 +0000 |
tree | 24b35583577d645a8d184eb4d3d352fdaee0a1f1 | |
parent | 2bddcbf10ed5fa0142a95f4e5d66acda355bf9e4 [diff] [blame] |
Fix another typo
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 @@ /* 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