From c86b7815fc74bf827b845d01e31db8d4da8ccc5d Mon Sep 17 00:00:00 2001 From: kaneko y Date: Tue, 22 Oct 2019 21:07:04 +0900 Subject: [PATCH] yacc.c: fix a typo * data/skeletons/yacc.c (yysetstate): fix comment. --- data/skeletons/yacc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));