From: Gregory P. Smith Date: Wed, 12 Aug 2009 17:02:37 +0000 (+0000) Subject: comment typo fix X-Git-Tag: v2.7a1~672 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f466642c6622495c08382d9488b301d9de26990b;p=python comment typo fix --- diff --git a/Modules/signalmodule.c b/Modules/signalmodule.c index d5d80c57ee..905ad2045d 100644 --- a/Modules/signalmodule.c +++ b/Modules/signalmodule.c @@ -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