comment tweak
diff --git a/Python/ceval.c b/Python/ceval.c
index 85e3518..6f66c8c 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -2499,7 +2499,7 @@
 
 /* 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,