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 */