]> git.saurik.com Git - bison.git/commitdiff
Fix typo in name of lalr1.cc.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 22 Aug 2005 06:33:38 +0000 (06:33 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 22 Aug 2005 06:33:38 +0000 (06:33 +0000)
ChangeLog

index 979942100637203872ce1bca24bc7b46452038b4..2f60d03eab82268710855762a730c57616a7c674 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,7 @@
        in yydestruct diagnostic, since it might not be an error.
        Problem reported by Joel Denny near end of
        <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
-       * data/lalr1cc (yyerturn): Likewise.
+       * data/lalr1.cc (yyerturn): Likewise.
        * data/yacc.c (yyreturn): Likewise.
        * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.