summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorkaneko y <spiketeika@gmail.com>2019-10-22 21:07:04 +0900
committerAkim Demaille <akim.demaille@gmail.com>2019-10-22 19:05:02 +0200
commitc86b7815fc74bf827b845d01e31db8d4da8ccc5d (patch)
tree0d179cd7ec765234d9af5519178e3d550066c3cb /data
parent048730c6910f16ca66068e6a132254b6b096ae59 (diff)
downloadbison-c86b7815fc74bf827b845d01e31db8d4da8ccc5d.tar.gz
yacc.c: fix a typo
* data/skeletons/yacc.c (yysetstate): fix comment.
Diffstat (limited to 'data')
-rw-r--r--data/skeletons/yacc.c2
1 files changed, 1 insertions, 1 deletions
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));