doc: spell fix.

* doc/bison.texinfo: here.
Reported by Tim Landscheidt.
This commit is contained in:
Akim Demaille
2012-03-19 11:15:32 +01:00
parent 29e20e22e0
commit 62243aa576

View File

@@ -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):