From: Stefan Fritsch Date: Wed, 23 Nov 2011 20:24:49 +0000 (+0000) Subject: fix comment X-Git-Tag: 2.5.0-alpha~7818 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea54b8b1d5c3c8c74a1168c3e7e071a17d679ada;p=apache fix comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1205564 13f79535-47bb-0310-9956-ffa450edef68 --- 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.