]> granicus.if.org Git - python/commitdiff
comment typo fix
authorGregory P. Smith <greg@mad-scientist.com>
Wed, 12 Aug 2009 17:02:37 +0000 (17:02 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Wed, 12 Aug 2009 17:02:37 +0000 (17:02 +0000)
Modules/signalmodule.c

index d5d80c57eec75edee768021de034c020127f42ae..905ad2045d2b3ff95f2650bfa2ee8986e4d91d32 100644 (file)
@@ -840,7 +840,7 @@ PyErr_CheckSignals(void)
 #endif
 
        /*
-        * The is_stripped variable is meant to speed up the calls to
+        * The is_tripped variable is meant to speed up the calls to
         * PyErr_CheckSignals (both directly or via pending calls) when no
         * signal has arrived. This variable is set to 1 when a signal arrives
         * and it is set to 0 here, when we know some signals arrived. This way