Fix typos in comments (GH-9905)

This commit is contained in:
Quan Tian 2018-10-20 05:30:03 +08:00 committed by Victor Stinner
parent f192aeb95a
commit 3bd0d620d6
3 changed files with 4 additions and 4 deletions

View file

@ -3092,7 +3092,7 @@ main_loop:
/* There was an exception and a True return.
* We must manually unwind the EXCEPT_HANDLER block
* which was created when the exception was caught,
* otherwise the stack will be in an inconsisten state.
* otherwise the stack will be in an inconsistent state.
*/
PyTryBlock *b = PyFrame_BlockPop(f);
assert(b->b_type == EXCEPT_HANDLER);