summaryrefslogtreecommitdiff
path: root/include/util_filter.h
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2016-05-30 21:08:56 +0000
committerChristophe Jaillet <jailletc36@apache.org>2016-05-30 21:08:56 +0000
commit36552743a7ce5249f558dd104ce94105775252dd (patch)
treed917da28c410b992c1aa7947399cf1a671717f51 /include/util_filter.h
parentdd3114600e031d785a3208b77a7318f2e01d4409 (diff)
downloadhttpd-36552743a7ce5249f558dd104ce94105775252dd.tar.gz
Off by one "make dox" warning
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1746206 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_filter.h')
-rw-r--r--include/util_filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util_filter.h b/include/util_filter.h
index 2e267ae897..814c6325ec 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.