From: Paul Eggert Date: Mon, 22 Aug 2005 06:33:38 +0000 (+0000) Subject: Fix typo in name of lalr1.cc. X-Git-Tag: BISON-2_1~31 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/6250acbdb16a32493f405b489b874c102c174a0f Fix typo in name of lalr1.cc. --- diff --git a/ChangeLog b/ChangeLog index 97994210..2f60d03e 100644 --- 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 . - * 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.