From c83d5090d8022c6cf4240c0a13309bcd1ccbfaed Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 25 Jan 2017 22:33:22 -0700 Subject: [PATCH] perlapi: Fix grammar --- toke.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toke.c b/toke.c index 61ea45d..864c526 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. 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 will be restored. Nothing else need be done to clean up the parsing context. -- 1.8.3.1