diff options
author | David Mitchell <davem@iabyn.com> | 2012-03-06 21:05:35 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2012-03-06 21:05:35 +0000 |
commit | 12a680b783014913cce47bdc06914d345a95240a (patch) | |
tree | 5c41feaa69a8b3637f6c33c4c9640bc760eba526 /pp_ctl.c | |
parent | 9af81bfe7273a3b8fb9a4bf495609d5da31c3fb4 (diff) | |
download | perl-12a680b783014913cce47bdc06914d345a95240a.tar.gz |
fix typo in src comment
Diffstat (limited to 'pp_ctl.c')
-rw-r--r-- | pp_ctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |