diff options
author | Yann Ylavic <ylavic@apache.org> | 2018-01-19 13:59:12 +0100 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2018-01-19 13:59:12 +0100 |
commit | c61a6e27e518de877154f4e96b030d173bf47a31 (patch) | |
tree | 5a5dd935e9213af41e53479a6bbc2fb6a5210615 /server/mpm_fdqueue.h | |
parent | mpm_fdqueue: follow up to r1821624. (diff) | |
download | apache2-c61a6e27e518de877154f4e96b030d173bf47a31.tar.xz apache2-c61a6e27e518de877154f4e96b030d173bf47a31.zip |
mpm_fdqueue: follow up to r1821624.
Fix typo in comment.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821648 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/mpm_fdqueue.h')
-rw-r--r-- | server/mpm_fdqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm_fdqueue.h b/server/mpm_fdqueue.h index 4d2fd533d4..a40431321d 100644 --- a/server/mpm_fdqueue.h +++ b/server/mpm_fdqueue.h @@ -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 |