From: Andrew M. Kuchling Date: Thu, 25 May 2006 16:23:15 +0000 (+0000) Subject: Fix comment typos X-Git-Tag: v2.5b1~539 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d2576dbf07e50242cb8eb2362e2289691e80915;p=python Fix comment typos --- 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