spelling: grammar

This commit is contained in:
Josh Soref
2017-07-25 23:20:13 -04:00
committed by Akim Demaille
parent ad15cd977a
commit 2645ee3519
2 changed files with 2 additions and 2 deletions

View File

@@ -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,