summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-01-25 22:33:22 -0700
committerKarl Williamson <khw@cpan.org>2017-01-26 07:15:58 -0700
commitc83d5090d8022c6cf4240c0a13309bcd1ccbfaed (patch)
tree2bb3cb3bc5bf3d353fde19fd77128bd1f04d629f /toke.c
parent8e179dd8df306c5088bf6c15b494826d48278928 (diff)
downloadperl-c83d5090d8022c6cf4240c0a13309bcd1ccbfaed.tar.gz
perlapi: Fix grammar
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 61ea45da9b..864c5269c3 100644
--- a/toke.c
+++ b/toke.c
@@ -669,7 +669,7 @@ S_cr_textfilter(pTHX_ int idx, SV *sv, int maxlen)
Creates and initialises a new lexer/parser state object, supplying
a context in which to lex and parse from a new source of Perl code.
A pointer to the new state object is placed in L</PL_parser>. An entry
-is made on the save stack so that upon unwinding the new state object
+is made on the save stack so that upon unwinding, the new state object
will be destroyed and the former value of L</PL_parser> will be restored.
Nothing else need be done to clean up the parsing context.