From 1ea247fe52b8f8772a125c736c5573365743ee03 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 26 Jun 2001 10:59:16 +0000 Subject: [PATCH] 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 --- server/mpm/prefork/prefork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index 574b7be46a..0548b66cb9 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 */ -- 2.40.0