From c61a6e27e518de877154f4e96b030d173bf47a31 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Fri, 19 Jan 2018 12:59:12 +0000 Subject: [PATCH] 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 --- server/mpm_fdqueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mpm_fdqueue.h b/server/mpm_fdqueue.h index 4d2fd533d40..a40431321d3 100644 --- a/server/mpm_fdqueue.h +++ b/server/mpm_fdqueue.h @@ -27,7 +27,7 @@ #include -/* 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 -- 2.47.3