From f9a85a156a90b65ea36d7093ec059985a3afe34f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 12 Aug 2002 14:49:45 +0000 Subject: [PATCH] Fix spelling in comment. --- src/parse-gram.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0