diff options
author | Ricardo Signes <rjbs@cpan.org> | 2014-01-15 09:49:04 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2014-01-15 09:49:04 -0500 |
commit | 28c687ff528901782b97e8e1c9f9b9194a11ba9b (patch) | |
tree | 62736d40cbfbf1a25464cff1b180d7b422492b47 /op.c | |
parent | 6dc21504593aabb8186373ad76fe30fcddff1a20 (diff) | |
download | perl-28c687ff528901782b97e8e1c9f9b9194a11ba9b.tar.gz |
fix a typo in a comment
Spotted by Matthew Horsfall
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11359,7 +11359,7 @@ Perl_rpeep(pTHX_ OP *o) ) break; - /* let $a[N] potentially be optimised into ALEMFAST_LEX + /* let $a[N] potentially be optimised into AELEMFAST_LEX * instead */ if ( p->op_type == OP_PADAV && p->op_next |