You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2018/01/19 12:59:12 UTC

svn commit: r1821648 - /httpd/httpd/trunk/server/mpm_fdqueue.h

Author: ylavic
Date: Fri Jan 19 12:59:12 2018
New Revision: 1821648

URL: http://svn.apache.org/viewvc?rev=1821648&view=rev
Log:
mpm_fdqueue: follow up to r1821624.

Fix typo in comment.


Modified:
    httpd/httpd/trunk/server/mpm_fdqueue.h

Modified: httpd/httpd/trunk/server/mpm_fdqueue.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm_fdqueue.h?rev=1821648&r1=1821647&r2=1821648&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm_fdqueue.h (original)
+++ httpd/httpd/trunk/server/mpm_fdqueue.h Fri Jan 19 12:59:12 2018
@@ -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