From cc1ecf4d6d97431fe3e1060567afea9d1449b574 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 25 May 2006 16:34:54 +0000 Subject: [PATCH] Fix another typo --- Include/pyport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/pyport.h b/Include/pyport.h index 0c383d3bf23..15e2260e1ff 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