Fix comment typos

This commit is contained in:
Andrew M. Kuchling 2006-05-25 16:23:15 +00:00
parent dfe503d3f0
commit 1d2576dbf0

View 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