mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13:04 +00:00
style: spell fixes
* Makefile.am (codespell): New. * doc/bison.texi: Fixes. Use @option for options. * src/lssi.c, src/lssi.h, src/parse-simulation.h, src/state-item.c: Fix spellos.
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
derivations. The derivations become the derivation of the lhs which is then
|
||||
shifted over.
|
||||
|
||||
Effectively, everytime a derivation is appended, it represents a shift in
|
||||
Effectively, every time a derivation is appended, it represents a shift in
|
||||
the parser. So a parse state that contains
|
||||
start: A . B C D
|
||||
start: A B C D .
|
||||
|
||||
Reference in New Issue
Block a user