]> git.saurik.com Git - bison.git/blobdiff - src/reader.c
Comment fix.
[bison.git] / 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)
 {