From: Paul Eggert Date: Mon, 12 Aug 2002 14:49:45 +0000 (+0000) Subject: Fix spelling in comment. X-Git-Tag: BISON-1_49b~16 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/f9a85a156a90b65ea36d7093ec059985a3afe34f Fix spelling in comment. --- diff --git a/src/parse-gram.y b/src/parse-gram.y index ade81eac..6e9faa74 100644 --- a/src/parse-gram.y +++ b/src/parse-gram.y @@ -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