From 05ab9edab148807a3499ab4ea2654ab0d39a8a9a Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Mon, 30 May 2016 19:26:54 +0000 Subject: [PATCH] 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 --- include/ap_listen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2