From: Jeff Trawick Date: Tue, 26 Jun 2001 10:59:16 +0000 (+0000) Subject: fix a comment describing how we kill off a single child process X-Git-Tag: 2.0.19~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ea247fe52b8f8772a125c736c5573365743ee03;p=thirdparty%2Fapache%2Fhttpd.git fix a comment describing how we kill off a single child process git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89416 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index 574b7be46ab..0548b66cb90 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -985,7 +985,7 @@ static void perform_idle_server_maintenance(apr_pool_t *p) } ap_max_daemons_limit = last_non_dead + 1; if (idle_count > ap_daemons_max_free) { - /* kill off one child... we use SIGWINCH because that'll cause it to + /* kill off one child... we use the pod because that'll cause it to * shut down gracefully, in case it happened to pick up a request * while we were counting */