]> git.pld-linux.org Git - packages/apache-mod_proctitle.git/blobdiff - mod_proctitle.c
- comment fixed
[packages/apache-mod_proctitle.git] / mod_proctitle.c
index 06284c0d737f82e0ee9440ce9ba50168740f5cbc..b04d416788f8304ba75ae31b9159b9d35f19c933 100644 (file)
@@ -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);
This page took 0.055258 seconds and 4 git commands to generate.