diff options
author | James E Keenan <jkeenan@cpan.org> | 2013-08-17 15:02:34 +0200 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2013-08-17 15:02:34 +0200 |
commit | cb9e24ef0b0a724136b4837007ece244a00eca18 (patch) | |
tree | e332614dfd52fba619c0e700f8f062a5afa9509e /toke.c | |
parent | c3c36230d35d02473ea5565303abda6122a19af2 (diff) | |
download | perl-cb9e24ef0b0a724136b4837007ece244a00eca18.tar.gz |
Fix typo in comment. mauke- ++.
For: RT #119331
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2550,7 +2550,7 @@ S_sublex_start(pTHX) return THING; } else if (op_type == OP_BACKTICK && PL_lex_op) { - /* readpipe() vas overriden */ + /* readpipe() vas overridden */ cSVOPx(cLISTOPx(cUNOPx(PL_lex_op)->op_first)->op_first->op_sibling)->op_sv = tokeq(PL_lex_stuff); pl_yylval.opval = PL_lex_op; PL_lex_op = NULL; |