yacc.c: fix a typo

* data/skeletons/yacc.c (yysetstate): fix comment.
This commit is contained in:
kaneko y
2019-10-22 21:07:04 +09:00
committed by Akim Demaille
parent 048730c691
commit c86b7815fc

View File

@@ -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: yysetstate:
YYDPRINTF ((stderr, "Entering state %d\n", yystate)); YYDPRINTF ((stderr, "Entering state %d\n", yystate));