]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.y
* tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
[bison.git] / src / parse-gram.y
index ade81eac4759919afd6e764094a0f602726fd4fa..6e9faa743d6da5d99a6a4e2dc76b59e525a4d365 100644 (file)
@@ -94,7 +94,7 @@ braced_code_t current_braced_code = action_braced_code;
   assoc_t assoc;
 };
 
-/* Define the tokens together with there human representation. */
+/* Define the tokens together with their human representation.  */
 %token GRAM_EOF 0 "end of string"
 %token STRING CHARACTER
 %token INT