From: Christophe Jaillet Date: Mon, 30 May 2016 19:26:54 +0000 (+0000) Subject: Off by one "make dox" warning X-Git-Tag: 2.4.21~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05ab9edab148807a3499ab4ea2654ab0d39a8a9a;p=thirdparty%2Fapache%2Fhttpd.git Off by one "make dox" warning git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1746172 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_listen.h b/include/ap_listen.h index 9e3098f2c82..58c2574ff40 100644 --- a/include/ap_listen.h +++ b/include/ap_listen.h @@ -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);