From f466642c6622495c08382d9488b301d9de26990b Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Wed, 12 Aug 2009 17:02:37 +0000 Subject: [PATCH] comment typo fix --- Modules/signalmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1