* server/util_expr_parse.c (yyparse): Fix typo in comment.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915543 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joe Orton
2024-02-02 14:49:06 +00:00
parent 502eca5b0f
commit e8da666beb

View File

@ -1232,7 +1232,7 @@ YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default);
yychar = YYEMPTY; /* Cause a token to be read. */
goto yysetstate;
/* TODO: comppiler warning that this is unused, and it seems to */
/* TODO: compiler warning that this is unused, and it seems to */
(void)yynerrs;
/*------------------------------------------------------------.
| yynewstate -- Push a new state, which is found in yystate. |