aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-03 23:59:01 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-03 23:59:01 +0000
commitbb12d6f728b7adfbf7fd6e062c11835b3965d3b8 (patch)
tree2a1af27c4e46ba1092fccd8abcfc0d9940e4fd77 /networking/httpd.c
parent823f80f5ad82c29e4f76db2f32a1b60ea04b6387 (diff)
downloadbusybox-bb12d6f728b7adfbf7fd6e062c11835b3965d3b8.tar.gz
fix comment documentation
Diffstat (limited to 'networking/httpd.c')
-rw-r--r--networking/httpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/httpd.c b/networking/httpd.c
index b057746c8..5df493b8e 100644
--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -1533,9 +1533,9 @@ set_remoteuser_var:
/****************************************************************************
*
- > $Function: handleIncoming()
+ > $Function: handle_sigalrm()
*
- * $Description: Handle an incoming http request.
+ * $Description: Handle timeouts
*
****************************************************************************/