]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mpm_fdqueue: follow up to r1821624.
authorYann Ylavic <ylavic@apache.org>
Fri, 19 Jan 2018 12:59:12 +0000 (12:59 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 19 Jan 2018 12:59:12 +0000 (12:59 +0000)
Fix typo in comment.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821648 13f79535-47bb-0310-9956-ffa450edef68

server/mpm_fdqueue.h

index 4d2fd533d4053dad41d766ce22df399ac2350ac2..a40431321d324d345b6f7e822762f10bd5fe6be7 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <apr.h>
 
-/* This code is not AP_DECLARE()ed/exported, and use by MPMs event/worker
+/* This code is not AP_DECLARE()ed/exported, and used by MPMs event/worker
  * only (for now), not worth thinking about w/o threads either...
  */
 #if APR_HAS_THREADS