[Python-checkins] r74355 - python/trunk/Modules/signalmodule.c

gregory.p.smith python-checkins at python.org
Wed Aug 12 19:02:42 CEST 2009


Author: gregory.p.smith
Date: Wed Aug 12 19:02:37 2009
New Revision: 74355

Log:
comment typo fix


Modified:
   python/trunk/Modules/signalmodule.c

Modified: python/trunk/Modules/signalmodule.c
==============================================================================
--- python/trunk/Modules/signalmodule.c	(original)
+++ python/trunk/Modules/signalmodule.c	Wed Aug 12 19:02:37 2009
@@ -840,7 +840,7 @@
 #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


More information about the Python-checkins mailing list