]> granicus.if.org Git - python/commitdiff
fix comment
authorBenjamin Peterson <benjamin@python.org>
Thu, 11 Feb 2010 02:31:04 +0000 (02:31 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 11 Feb 2010 02:31:04 +0000 (02:31 +0000)
Python/ceval.c

index 321ab54d314ec24b91293e9a183713c6318f62e7..5d1fb285bebfaa853a517a5ad91684648d04a77f 100644 (file)
@@ -2601,7 +2601,7 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
                                SET_VALUE(7, tb);
                                SET_VALUE(6, exc);
                                SET_VALUE(5, tp);
-                               /* UNWIND_EXCEPT_BLOCK will pop this off. */
+                               /* UNWIND_EXCEPT_HANDLER will pop this off. */
                                SET_FOURTH(NULL);
                                /* We just shifted the stack down, so we have
                                   to tell the except handler block that the