From: Akim Demaille Date: Mon, 19 Mar 2012 10:15:32 +0000 (+0100) Subject: doc: spell fix. X-Git-Tag: v2.7.90~474 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/62243aa576e1d8f465f3a6790ac71d74cde051f1 doc: spell fix. * doc/bison.texinfo: here. Reported by Tim Landscheidt. --- diff --git a/doc/bison.texinfo b/doc/bison.texinfo index f9b0df85..21883b3b 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -8283,7 +8283,7 @@ interpretation is the same. @cindex useless nonterminal @cindex rule, useless @cindex useless rule -The first section reports useless tokens, nonterminal and rules. Useless +The first section reports useless tokens, nonterminals and rules. Useless nonterminals and rules are removed in order to produce a smaller parser, but useless tokens are preserved, since they might be used by the scanner (note the difference between ``useless'' and ``unused'' below):