summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2017-11-25 10:07:28 -0800
committerFather Chrysostomos <sprout@cpan.org>2017-11-26 13:41:43 -0800
commitb3f7b7ad843501b532887233663813d51839174d (patch)
tree1ade67dbb1cf8bea419d0092c9f3cfc7cbd03fcc /toke.c
parentbb02b572f9a36976b622aca31b9f0f2bb2929e48 (diff)
downloadperl-b3f7b7ad843501b532887233663813d51839174d.tar.gz
toke.c: Comment typo
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 02a335572c..dd7e281cba 100644
--- a/toke.c
+++ b/toke.c
@@ -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.
*/