package: codespell

* src/parse-gram.y: Fix spelling.
This commit is contained in:
Akim Demaille
2021-01-16 18:05:57 +01:00
parent 83bc889536
commit 4910c02579
2 changed files with 3 additions and 2 deletions

View File

@@ -513,7 +513,7 @@ tag:
// A non empty list of possibly tagged symbols for %nterm.
//
// Can easily be defined like symbol_decls but restricted to ID, but
// using token_decls allows to reudce the number of rules, and also to
// using token_decls allows to reduce the number of rules, and also to
// make nicer error messages on "%nterm 'a'" or '%nterm FOO "foo"'.
nterm_decls:
token_decls