spelling: grammar

This commit is contained in:
Josh Soref
2018-10-05 07:01:04 +02:00
committed by Akim Demaille
parent ad15cd977a
commit 2645ee3519
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8796,7 +8796,7 @@
2006-12-13 Paul Eggert <[email protected]> 2006-12-13 Paul Eggert <[email protected]>
* TODO: Add pointer to Sylvain Schmitz's work on static detection * TODO: Add pointer to Sylvain Schmitz's work on static detection
of potential ambiguities in GLR grammers. of potential ambiguities in GLR grammars.
2006-12-12 Joel E. Denny <[email protected]> 2006-12-12 Joel E. Denny <[email protected]>
+1 -1
View File
@@ -68,7 +68,7 @@ typedef enum
undeclared, undeclared,
/** Used by %destructor/%printer but not defined (warning). */ /** Used by %destructor/%printer but not defined (warning). */
used, used,
/** Used in the gramar (rules) but not defined (error). */ /** Used in the grammar (rules) but not defined (error). */
needed, needed,
/** Defined with %type or %token (good). */ /** Defined with %type or %token (good). */
declared, declared,