]> git.saurik.com Git - bison.git/commitdiff
Fix spelling in comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Aug 2002 14:49:45 +0000 (14:49 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Aug 2002 14:49:45 +0000 (14:49 +0000)
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;
 };
 
   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
 %token GRAM_EOF 0 "end of string"
 %token STRING CHARACTER
 %token INT