summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2012-03-06 21:05:35 +0000
committerDavid Mitchell <davem@iabyn.com>2012-03-06 21:05:35 +0000
commit12a680b783014913cce47bdc06914d345a95240a (patch)
tree5c41feaa69a8b3637f6c33c4c9640bc760eba526
parent9af81bfe7273a3b8fb9a4bf495609d5da31c3fb4 (diff)
downloadperl-12a680b783014913cce47bdc06914d345a95240a.tar.gz
fix typo in src comment
-rw-r--r--pp_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index a679f41864..a346f68679 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -3482,7 +3482,7 @@ S_try_yyparse(pTHX_ int gramtype)
* pushes undef (also croaks if startop != NULL).
*/
-/* This function is called from three places, sv_compile_2op, pp_return
+/* This function is called from three places, sv_compile_2op, pp_require
* and pp_entereval. These can be distinguished as follows:
* sv_compile_2op - startop is non-null
* pp_require - startop is null; saveop is not entereval