summaryrefslogtreecommitdiffstats
path: root/include/http_core.h
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-11-23 21:24:49 +0100
committerStefan Fritsch <sf@apache.org>2011-11-23 21:24:49 +0100
commitea54b8b1d5c3c8c74a1168c3e7e071a17d679ada (patch)
treea39dd994a45ac65ccf634b4295c33ae4f4875997 /include/http_core.h
parentmod_ratelimit has an output filter, not a handler. Also took a quick (diff)
downloadapache2-ea54b8b1d5c3c8c74a1168c3e7e071a17d679ada.tar.xz
apache2-ea54b8b1d5c3c8c74a1168c3e7e071a17d679ada.zip
fix comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1205564 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_core.h')
-rw-r--r--include/http_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_core.h b/include/http_core.h
index 0bac928286..12a29e4279 100644
--- a/include/http_core.h
+++ b/include/http_core.h
@@ -852,7 +852,7 @@ typedef struct {
* @ingroup hooks
* @param info pointer to ap_errorlog_info struct which contains all
* the details
- * @param errstr message to log (unmodified
+ * @param errstr the (unformatted) message to log
* @warning Allocating from the usual pools (pool, info->c->pool, info->p->pool)
* must be avoided because it can cause memory leaks.
* Use a subpool if necessary.