diff options
author | Joe Orton <jorton@apache.org> | 2024-02-02 15:49:06 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2024-02-02 15:49:06 +0100 |
commit | e8da666beb5144e38040a708bec5252122adeddb (patch) | |
tree | d6426e88099af70d851ee61385d1cbe6137ec2a1 | |
parent | mod_dav: Add a title to the example config snippet for DavBasePath. (diff) | |
download | apache2-e8da666beb5144e38040a708bec5252122adeddb.tar.xz apache2-e8da666beb5144e38040a708bec5252122adeddb.zip |
* 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
-rw-r--r-- | server/util_expr_parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/util_expr_parse.c b/server/util_expr_parse.c index 8a0fbde523..ab03f011a6 100644 --- a/server/util_expr_parse.c +++ b/server/util_expr_parse.c @@ -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. | |