fix a typo in a comment
authorRicardo Signes <rjbs@cpan.org>
Wed, 15 Jan 2014 14:49:04 +0000 (09:49 -0500)
committerRicardo Signes <rjbs@cpan.org>
Wed, 15 Jan 2014 14:49:04 +0000 (09:49 -0500)
Spotted by Matthew Horsfall

op.c

diff --git a/op.c b/op.c
index bf4a157..fc23314 100644 (file)
--- 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