From: Jim Jagielski Date: Wed, 6 May 2009 14:32:46 +0000 (+0000) Subject: update comment X-Git-Tag: 2.3.3~641 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39c14c3bece0b6404b3b09278efa61265e8971ea;p=thirdparty%2Fapache%2Fhttpd.git update comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@772279 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_balancer.c b/modules/proxy/mod_proxy_balancer.c index 095540f738e..f819d8944ea 100644 --- a/modules/proxy/mod_proxy_balancer.c +++ b/modules/proxy/mod_proxy_balancer.c @@ -953,7 +953,7 @@ static void ap_proxy_balancer_register_hook(apr_pool_t *p) { /* Only the mpm_winnt has child init hook handler. * make sure that we are called after the mpm - * initializes and after the mod_proxy + * initializes */ static const char *const aszPred[] = { "mpm_winnt.c", NULL}; /* manager handler */