diff options
author | Stefan Fritsch <sf@apache.org> | 2011-11-23 21:24:49 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-11-23 21:24:49 +0100 |
commit | ea54b8b1d5c3c8c74a1168c3e7e071a17d679ada (patch) | |
tree | a39dd994a45ac65ccf634b4295c33ae4f4875997 /include/http_core.h | |
parent | mod_ratelimit has an output filter, not a handler. Also took a quick (diff) | |
download | apache2-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.h | 2 |
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. |