summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2009-08-12 17:02:37 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2009-08-12 17:02:37 (GMT)
commitf466642c6622495c08382d9488b301d9de26990b (patch)
tree154d6d6d84300c9fb57760562932939933d6550b /Modules
parent20e1f932fa7cac639f59de75229088eb7e1286ac (diff)
downloadcpython-f466642c6622495c08382d9488b301d9de26990b.zip
cpython-f466642c6622495c08382d9488b301d9de26990b.tar.gz
cpython-f466642c6622495c08382d9488b301d9de26990b.tar.bz2
comment typo fix
Diffstat (limited to 'Modules')
-rw-r--r--Modules/signalmodule.c2
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