]> git.saurik.com Git - bison.git/commitdiff
Comment fix.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 21 Dec 2002 12:56:44 +0000 (12:56 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 21 Dec 2002 12:56:44 +0000 (12:56 +0000)
src/reader.c

index aa73de8bb4cdac994ac2dc71f30cdfe58ab48332..8b0e0359bf64372be3a140849a92b7b2cb1085aa 100644 (file)
@@ -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)
 {