From: Rich Bowen Date: Thu, 9 Jul 2015 16:07:25 +0000 (+0000) Subject: s/a a/a/g X-Git-Tag: 2.5.0-alpha~3013 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29603b5fe34701794cc51031c9de138da9568bd2;p=apache s/a a/a/g git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1690122 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpmt_os2.xml b/docs/manual/mod/mpmt_os2.xml index c5fd0f1746..8a54c881e3 100644 --- a/docs/manual/mod/mpmt_os2.xml +++ b/docs/manual/mod/mpmt_os2.xml @@ -37,7 +37,7 @@ StartServers 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 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 diff --git a/server/mpm/mpmt_os2/mpmt_os2.c b/server/mpm/mpmt_os2/mpmt_os2.c index ab1413ee41..efd55f6539 100644 --- a/server/mpm/mpmt_os2/mpmt_os2.c +++ b/server/mpm/mpmt_os2/mpmt_os2.c @@ -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