summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2013-08-17 15:55:22 +0200
committerJames E Keenan <jkeenan@cpan.org>2013-08-17 15:56:23 +0200
commit06df4f411da424725a84d056848bce025e97af40 (patch)
treea3135d941916359228a3bee2323ca177d06a0dc0 /toke.c
parentcb9e24ef0b0a724136b4837007ece244a00eca18 (diff)
downloadperl-06df4f411da424725a84d056848bce025e97af40.tar.gz
Further typo correction.
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toke.c b/toke.c
index d873890092..4f3eee9f20 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 overridden */
+ /* readpipe() was 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;