diff options
author | Father Chrysostomos <sprout@cpan.org> | 2017-11-25 10:07:28 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2017-11-26 13:41:43 -0800 |
commit | b3f7b7ad843501b532887233663813d51839174d (patch) | |
tree | 1ade67dbb1cf8bea419d0092c9f3cfc7cbd03fcc /toke.c | |
parent | bb02b572f9a36976b622aca31b9f0f2bb2929e48 (diff) | |
download | perl-b3f7b7ad843501b532887233663813d51839174d.tar.gz |
toke.c: Comment typo
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2008,7 +2008,7 @@ S_force_next(pTHX_ I32 type) * S_postderef * * This subroutine handles postfix deref syntax after the arrow has already - * been emitted. @* $* etc. are emitted as two separate token right here. + * been emitted. @* $* etc. are emitted as two separate tokens right here. * @[ @{ %[ %{ *{ are emitted also as two tokens, but this function emits * only the first, leaving yylex to find the next. */ |