From 6dd338ec405a7361388e3fdaf37efb1997c08a67 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Mon, 7 Jul 2008 09:03:23 +0000 Subject: [PATCH] - comment fixed Changed files: mod_proctitle.c -> 1.3 --- mod_proctitle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_proctitle.c b/mod_proctitle.c index 06284c0..b04d416 100644 --- a/mod_proctitle.c +++ b/mod_proctitle.c @@ -49,7 +49,7 @@ static void apache_setproctitle(char *arg) { } static int apache_proctitle_enter (request_rec *r) { - /* We only call change_hat for the main request, not subrequests */ + /* We only change title for main request, not subrequests */ if (r->main) return OK; apache_setproctitle(r->server->server_hostname); -- 2.43.0