]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
comment tweak
authorSkip Montanaro <skip@pobox.com>
Sat, 8 Jan 2005 21:58:58 +0000 (21:58 +0000)
committerSkip Montanaro <skip@pobox.com>
Sat, 8 Jan 2005 21:58:58 +0000 (21:58 +0000)
Python/ceval.c

index 85e35183f5e8924d8b9b3d01d734f496d72e56df..6f66c8c15a6efd3873f8ff22d3138240144b3905 100644 (file)
@@ -2499,7 +2499,7 @@ fast_yield:
 
 /* this is gonna seem *real weird*, but if you put some other code between
    PyEval_EvalFrame() and PyEval_EvalCodeEx() you will need to adjust
-       the test in the if statement in Misc/gdbinit:ppystack */
+       the test in the if statement in Misc/gdbinit:pystack* */
 
 PyObject *
 PyEval_EvalCodeEx(PyCodeObject *co, PyObject *globals, PyObject *locals,