]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* server/util_expr_parse.c (yyparse): Fix typo in comment.
authorJoe Orton <jorton@apache.org>
Fri, 2 Feb 2024 14:49:06 +0000 (14:49 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 2 Feb 2024 14:49:06 +0000 (14:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915543 13f79535-47bb-0310-9956-ffa450edef68

server/util_expr_parse.c

index 8a0fbde523b0e76031dbb9d9d409bfec0ead7967..ab03f011a653cb2ea4e056c3cf9f8bbf14f47139 100644 (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.  |