From 39c14c3bece0b6404b3b09278efa61265e8971ea Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Wed, 6 May 2009 14:32:46 +0000 Subject: [PATCH] update comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@772279 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/mod_proxy_balancer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/proxy/mod_proxy_balancer.c b/modules/proxy/mod_proxy_balancer.c index 095540f738..f819d8944e 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 */ -- 2.40.0