This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3c3623
)
Fix typo in comment. mauke- ++.
author
James E Keenan
<jkeenan@cpan.org>
Sat, 17 Aug 2013 13:02:34 +0000
(15:02 +0200)
committer
James E Keenan
<jkeenan@cpan.org>
Sat, 17 Aug 2013 13:02:34 +0000
(15:02 +0200)
For: RT #119331
toke.c
patch
|
blob
|
blame
|
history
diff --git
a/toke.c
b/toke.c
index
fd970a8
..
d873890
100644
(file)
--- 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 overrid
d
en */
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;