diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2009-08-12 17:02:37 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2009-08-12 17:02:37 (GMT) |
commit | f466642c6622495c08382d9488b301d9de26990b (patch) | |
tree | 154d6d6d84300c9fb57760562932939933d6550b /Modules | |
parent | 20e1f932fa7cac639f59de75229088eb7e1286ac (diff) | |
download | cpython-f466642c6622495c08382d9488b301d9de26990b.zip cpython-f466642c6622495c08382d9488b301d9de26990b.tar.gz cpython-f466642c6622495c08382d9488b301d9de26990b.tar.bz2 |
comment typo fix
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/signalmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/signalmodule.c b/Modules/signalmodule.c index d5d80c5..905ad20 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 |