summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Pane <brianp@apache.org>2005-10-09 03:56:47 +0000
committerBrian Pane <brianp@apache.org>2005-10-09 03:56:47 +0000
commit6f3e6ceafa43db77cddc621bf8e4d1020c2508b1 (patch)
tree80e748358513e86019ca4a838c6fab05dfbbff81
parent161035891fed9f336167e013e5ba2a7394bfb3a0 (diff)
downloadhttpd-6f3e6ceafa43db77cddc621bf8e4d1020c2508b1.tar.gz
Forward-port of revision 307355 to async-dev branch:
Correct an out-of-date comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/async-dev@307356 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/http_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_request.h b/include/http_request.h
index f5b285996f..b36e8266bd 100644
--- a/include/http_request.h
+++ b/include/http_request.h
@@ -237,7 +237,7 @@ AP_DECLARE(void) ap_allow_standard_methods(request_rec *r, int reset, ...);
#ifdef CORE_PRIVATE
/**
- * Function called by main.c to handle first-level request
+ * Process a top-level request from a client
* @param r The current request
*/
void ap_process_request(request_rec *);