]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix a comment describing how we kill off a single child process
authorJeff Trawick <trawick@apache.org>
Tue, 26 Jun 2001 10:59:16 +0000 (10:59 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 26 Jun 2001 10:59:16 +0000 (10:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89416 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/prefork/prefork.c

index 574b7be46abbc6c8b964b6873d4f8f17c2c77cfa..0548b66cb905301b52f326359a709da13973ad5d 100644 (file)
@@ -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
         */