From: Christophe Jaillet Date: Mon, 30 May 2016 19:24:34 +0000 (+0000) Subject: Off by one "make dox" warning X-Git-Tag: 2.5.0-alpha~1551 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f069dabadaaf33a1d3c4558b1b2eabefa2670c10;p=thirdparty%2Fapache%2Fhttpd.git Off by one "make dox" warning git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1746171 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);