style: minor fixes

* NEWS, src/reduce.c, src/reduce.h: Use 'nonterminal'.
Fix comments.
This commit is contained in:
Akim Demaille
2019-02-03 14:41:29 +01:00
parent 03878edf77
commit 334cb8f222
3 changed files with 3 additions and 3 deletions

2
NEWS
View File

@@ -4,7 +4,7 @@ GNU Bison NEWS
** Bug fixes
Bison 3.3 failed to generate parsers for grammars with unused non terminal
Bison 3.3 failed to generate parsers for grammars with unused nonterminal
symbols.
* Noteworthy changes in release 3.3.1 (2019-01-27) [stable]