You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2015/07/11 06:57:56 UTC

svn commit: r1690347 - in /httpd/httpd/branches/2.4.x: docs/manual/mod/mpmt_os2.xml server/mpm/mpmt_os2/mpmt_os2.c

Author: jailletc36
Date: Sat Jul 11 04:57:56 2015
New Revision: 1690347

URL: http://svn.apache.org/r1690347
Log:
Backport r1690122.
Doc and comment fix only

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml
    httpd/httpd/branches/2.4.x/server/mpm/mpmt_os2/mpmt_os2.c

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml?rev=1690347&r1=1690346&r2=1690347&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml Sat Jul 11 04:57:56 2015
@@ -37,7 +37,7 @@
     <directive module="mpm_common">StartServers</directive> processes
     accepting connections.</p>
 
-    <p>Each child process consists of a a pool of worker threads and a
+    <p>Each child process consists of a pool of worker threads and a
     main thread that accepts connections and passes them to the workers via
     a work queue. The worker thread pool is dynamic, managed by a
     maintenance thread so that the number of idle threads is kept between

Modified: httpd/httpd/branches/2.4.x/server/mpm/mpmt_os2/mpmt_os2.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/server/mpm/mpmt_os2/mpmt_os2.c?rev=1690347&r1=1690346&r2=1690347&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/server/mpm/mpmt_os2/mpmt_os2.c (original)
+++ httpd/httpd/branches/2.4.x/server/mpm/mpmt_os2/mpmt_os2.c Sat Jul 11 04:57:56 2015
@@ -24,7 +24,7 @@
  * spawning children as required to ensure there are always ap_daemons_to_start
  * processes accepting connections.
  *
- * Each child process consists of a a pool of worker threads and a
+ * Each child process consists of a pool of worker threads and a
  * main thread that accepts connections & passes them to the workers via
  * a work queue. The worker thread pool is dynamic, managed by a maintanence
  * thread so that the number of idle threads is kept between