]> git.saurik.com Git - bison.git/commitdiff
One more "lookahead" -> "look-ahead" change.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Jun 2004 21:01:42 +0000 (21:01 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Jun 2004 21:01:42 +0000 (21:01 +0000)
doc/bison.texinfo

index f4464467bf89ea4ae0509822298ab05603deb477..405abefafb5eedcba7dc5ae8e870fdba67e53252 100644 (file)
@@ -876,7 +876,7 @@ the @acronym{GLR} parsing algorithm with some advanced features such as
 @samp{%dprec} and @samp{%merge} to handle syntactically ambiguous
 grammars.  However, the @acronym{GLR} algorithm can also be used in a simpler
 way to parse grammars that are unambiguous, but fail to be @acronym{LALR}(1).
-Such grammars typically require more than one symbol of lookahead,
+Such grammars typically require more than one symbol of look-ahead,
 or (in rare cases) fall into the category of grammars in which the
 @acronym{LALR}(1) algorithm throws away too much information (they are in
 @acronym{LR}(1), but not @acronym{LALR}(1), @ref{Mystery Conflicts}).