aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-01-03 23:59:01 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-01-03 23:59:01 +0000
commite6e3865afff41399ae9aada791c4e562e896f441 (patch)
tree2a1af27c4e46ba1092fccd8abcfc0d9940e4fd77
parent6289dc9f2cb5a451e54341c7c916402d41f21860 (diff)
downloadbusybox-w32-e6e3865afff41399ae9aada791c4e562e896f441.tar.gz
busybox-w32-e6e3865afff41399ae9aada791c4e562e896f441.tar.bz2
busybox-w32-e6e3865afff41399ae9aada791c4e562e896f441.zip
fix comment documentation
git-svn-id: svn://busybox.net/trunk/busybox@13059 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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:
1533 1533
1534/**************************************************************************** 1534/****************************************************************************
1535 * 1535 *
1536 > $Function: handleIncoming() 1536 > $Function: handle_sigalrm()
1537 * 1537 *
1538 * $Description: Handle an incoming http request. 1538 * $Description: Handle timeouts
1539 * 1539 *
1540 ****************************************************************************/ 1540 ****************************************************************************/
1541 1541