From: James E Keenan Date: Sat, 17 Aug 2013 13:02:34 +0000 (+0200) Subject: Fix typo in comment. mauke- ++. X-Git-Tag: v5.19.3~42 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/cb9e24ef0b0a724136b4837007ece244a00eca18 Fix typo in comment. mauke- ++. For: RT #119331 --- diff --git a/toke.c b/toke.c index fd970a8..d873890 100644 --- a/toke.c +++ b/toke.c @@ -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;