From b9b51bf05a1984dd839da6941cfc460c3cadfdcf Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 27 Oct 2004 22:22:51 +0000 Subject: [PATCH] Fix wording problem in comment. --- data/glr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */ -- 2.45.2