]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Off by one "make dox" warning
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 30 May 2016 21:08:56 +0000 (21:08 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 30 May 2016 21:08:56 +0000 (21:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1746206 13f79535-47bb-0310-9956-ffa450edef68

include/util_filter.h

index 2e267ae8978497cc3ccdc68c5a6e7852072c8cb9..814c6325ec8dfb0fd4b2c3c0d77d370e41a10e54 100644 (file)
@@ -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.