diff --git a/ChangeLog-2012 b/ChangeLog-2012 index 613599de..df790d03 100644 --- a/ChangeLog-2012 +++ b/ChangeLog-2012 @@ -8796,7 +8796,7 @@ 2006-12-13 Paul Eggert * 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 diff --git a/src/symtab.h b/src/symtab.h index 63b5fba2..8a5799b7 100644 --- a/src/symtab.h +++ b/src/symtab.h @@ -68,7 +68,7 @@ typedef enum undeclared, /** Used by %destructor/%printer but not defined (warning). */ used, - /** Used in the gramar (rules) but not defined (error). */ + /** Used in the grammar (rules) but not defined (error). */ needed, /** Defined with %type or %token (good). */ declared,