From: Paul Eggert Date: Sat, 21 Dec 2002 12:56:44 +0000 (+0000) Subject: Comment fix. X-Git-Tag: BISON-1_875~53 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/52328c6e9941e9edde89fff880fc5dfdcc9429ee Comment fix. --- diff --git a/src/reader.c b/src/reader.c index aa73de8b..8b0e0359 100644 --- a/src/reader.c +++ b/src/reader.c @@ -181,7 +181,7 @@ free_merger_functions (void) /* The (currently) last symbol of GRAMMAR. */ symbol_list *grammar_end = NULL; -/* Append S to the GRAMMAR. */ +/* Append SYM to the grammar. */ void grammar_symbol_append (symbol *sym, location loc) {