bison-patches
[Top][All Lists]
Advanced

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

[patch] yacc.c: Fix a typo


From: kaneko y
Subject: [patch] yacc.c: Fix a typo
Date: Tue, 22 Oct 2019 21:07:04 +0900

Hi

I found a typo, patch is attached.

Thanks


commit 6f241d9031e9748e1d462b687b8178d1d1adee0f
Author: Yuichiro Kaneko <address@hidden>
Date:   Tue Oct 22 20:56:23 2019 +0900

    yacc.c: Fix a typo

    * data/skeletons/yacc.c (yysetstate): Fix a typo

diff --git a/data/skeletons/yacc.c b/data/skeletons/yacc.c
index 18e40fc2..117c9315 100644
--- a/data/skeletons/yacc.c
+++ b/data/skeletons/yacc.c
@@ -1479,7 +1479,7 @@ yynewstate:


 /*--------------------------------------------------------------------.
-| yynewstate -- set current state (the top of the stack) to yystate.  |
+| yysetstate -- set current state (the top of the stack) to yystate.  |
 `--------------------------------------------------------------------*/
 yysetstate:
   YYDPRINTF ((stderr, "Entering state %d\n", yystate));


reply via email to

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