From: Christophe Jaillet Date: Mon, 30 May 2016 21:08:56 +0000 (+0000) Subject: Off by one "make dox" warning X-Git-Tag: 2.5.0-alpha~1547 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=36552743a7ce5249f558dd104ce94105775252dd;p=thirdparty%2Fapache%2Fhttpd.git Off by one "make dox" warning git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1746206 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/util_filter.h b/include/util_filter.h index 2e267ae8978..814c6325ec8 100644 --- a/include/util_filter.h +++ b/include/util_filter.h @@ -562,7 +562,7 @@ AP_DECLARE(apr_status_t) ap_save_brigade(ap_filter_t *f, * filters, or can be used within an output filter by being called via * ap_filter_setaside_brigade(). * @param f The current filter - * @param pool The pool that was used to create the brigade. In a request + * @param p The pool that was used to create the brigade. In a request * filter this will be the request pool, in a connection filter this will * be the connection pool. * @returns OK if a brigade was created, DECLINED otherwise.