In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/12a680b783014913cce47bdc06914d345a95240a?hp=9af81bfe7273a3b8fb9a4bf495609d5da31c3fb4>
- Log ----------------------------------------------------------------- commit 12a680b783014913cce47bdc06914d345a95240a Author: David Mitchell <[email protected]> Date: Tue Mar 6 21:05:35 2012 +0000 fix typo in src comment ----------------------------------------------------------------------- Summary of changes: pp_ctl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pp_ctl.c b/pp_ctl.c index a679f41..a346f68 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 -- Perl5 Master Repository
