comment typo fix

This commit is contained in:
Gregory P. Smith 2009-08-12 17:02:37 +00:00
parent 20e1f932fa
commit f466642c66
1 changed files with 1 additions and 1 deletions

View File

@ -840,7 +840,7 @@ PyErr_CheckSignals(void)
#endif #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 * PyErr_CheckSignals (both directly or via pending calls) when no
* signal has arrived. This variable is set to 1 when a signal arrives * 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 * and it is set to 0 here, when we know some signals arrived. This way