In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/1f317c954d04a08fbd69324135531f89b95bd969?hp=6b5ec6e4fa6ef6732ba89d1614d3c98944138a22>

- Log -----------------------------------------------------------------
commit 1f317c954d04a08fbd69324135531f89b95bd969
Author: Jesse Vincent <je...@bestpractical.com>
Date:   Tue Apr 13 16:47:49 2010 -0400

    Revert "Revert "* Fixed typo in toke.c docs, identified by Zefram""
    
    This reverts commit 06164d6c3ad67ed7ba18030ae378f46f482a29af.
-----------------------------------------------------------------------

Summary of changes:
 toke.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/toke.c b/toke.c
index a7a71a4..19fce67 100644
--- a/toke.c
+++ b/toke.c
@@ -1124,7 +1124,7 @@ it is not permitted to discard text that has yet to be 
lexed.
 Normally it is not necessarily to do this directly, because it suffices to
 use the implicit discarding behaviour of L</lex_next_chunk> and things
 based on it.  However, if a token stretches across multiple lines,
-and the lexing code has kept multiple lines of text in the buffer fof
+and the lexing code has kept multiple lines of text in the buffer for
 that purpose, then after completion of the token it would be wise to
 explicitly discard the now-unneeded earlier lines, to avoid future
 multi-line tokens growing the buffer without bound.

--
Perl5 Master Repository

Reply via email to