summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2014-01-15 09:49:04 -0500
committerRicardo Signes <rjbs@cpan.org>2014-01-15 09:49:04 -0500
commit28c687ff528901782b97e8e1c9f9b9194a11ba9b (patch)
tree62736d40cbfbf1a25464cff1b180d7b422492b47 /op.c
parent6dc21504593aabb8186373ad76fe30fcddff1a20 (diff)
downloadperl-28c687ff528901782b97e8e1c9f9b9194a11ba9b.tar.gz
fix a typo in a comment
Spotted by Matthew Horsfall
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index bf4a15760a..fc23314420 100644
--- a/op.c
+++ b/op.c
@@ -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