bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

diagnostics: fix a typo


From: Akim Demaille
Subject: diagnostics: fix a typo
Date: Fri, 24 Apr 2020 18:35:55 +0200

commit 4378e2dc3ccb757828941ddd94e2a47094c98eb9
Author: Akim Demaille <address@hidden>
Date:   Fri Apr 24 08:21:07 2020 +0200

    diagnostics: fix a typo
    
    * src/complain.c: here.

diff --git a/src/complain.c b/src/complain.c
index dd6d4887..4dc134b8 100644
--- a/src/complain.c
+++ b/src/complain.c
@@ -600,7 +600,7 @@ syntax_error (location loc,
       CASE (2, _("expected %1$s before %0$s"));
       CASE (3, _("expected %1$s or %2$s before %0$s"));
       CASE (4, _("expected %1$s or %2$s or %3$s before %0$s"));
-      CASE (5, _("expected %1$s or %2$s or %4$s or %5$s before %0$s"));
+      CASE (5, _("expected %1$s or %2$s or %3$s or %4$s before %0$s"));
 #undef CASE
     }
   location_print (loc, stderr);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]