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

include/ap_listen.h

index 9e3098f2c8255263a3089b32826224c05dce982f..58c2574ff40e916790ac8d8ce512f275c996d4db 100644 (file)
@@ -117,7 +117,7 @@ AP_DECLARE_NONSTD(void) ap_close_listeners(void);
 
 /**
  * Loop through the given ap_listen_rec list and close each of the sockets.
- * @param listener The listener to close.
+ * @param listeners The listener to close.
  */
 AP_DECLARE_NONSTD(void) ap_close_listeners_ex(ap_listen_rec *listeners);