]> git.saurik.com Git - bison.git/commitdiff
Fix wording problem in comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 27 Oct 2004 22:22:51 +0000 (22:22 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 27 Oct 2004 22:22:51 +0000 (22:22 +0000)
data/glr.c

index 9dc6be1938d0c2baf47cea94d2d11dd81b2bfaac..0d1619f6d5035d165f1b58e4a9816b519e36e3e4 100644 (file)
@@ -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.  */