From: Paul Eggert Date: Wed, 27 Oct 2004 22:22:51 +0000 (+0000) Subject: Fix wording problem in comment. X-Git-Tag: BISON-2_0~74 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/b9b51bf05a1984dd839da6941cfc460c3cadfdcf Fix wording problem in comment. --- diff --git a/data/glr.c b/data/glr.c index 9dc6be19..0d1619f6 100644 --- a/data/glr.c +++ b/data/glr.c @@ -208,8 +208,8 @@ typedef struct YYLTYPE /* Default (constant) value used for initialization for null right-hand sides. Unlike the standard yacc.c template, here we set the default value of $$ to a zeroed-out value. - Since the default value of these quantities is undefined, - this behavior is technically correct. */ + Since the default value is undefined, this behavior is + technically correct. */ static YYSTYPE yyval_default; /* Copy the second part of user declarations. */