diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2016-07-05 23:20:42 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2016-07-05 23:20:42 +0200 |
commit | d5ffc4eb85d71c901c85119cf873e343349e97e2 (patch) | |
tree | 564636012ef7538ed4d7096b83c994dbda76c9db /include/ap_listen.h | |
parent | 48eddd3d39fa2668ee29198ebfb33c41d4738c21 (diff) | |
download | apache2-upstream.tar.gz |
Imported Upstream version 2.4.23upstream
Diffstat (limited to 'include/ap_listen.h')
-rw-r--r-- | include/ap_listen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_listen.h b/include/ap_listen.h index 9e3098f2..58c2574f 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); |