Comment fix.

This commit is contained in:
Paul Eggert
2002-12-21 12:56:44 +00:00
parent f67ad422a4
commit 52328c6e99

View File

@@ -181,7 +181,7 @@ free_merger_functions (void)
/* The (currently) last symbol of GRAMMAR. */ /* The (currently) last symbol of GRAMMAR. */
symbol_list *grammar_end = NULL; symbol_list *grammar_end = NULL;
/* Append S to the GRAMMAR. */ /* Append SYM to the grammar. */
void void
grammar_symbol_append (symbol *sym, location loc) grammar_symbol_append (symbol *sym, location loc)
{ {