From: Jim Jagielski Date: Tue, 5 May 2009 18:52:59 +0000 (+0000) Subject: comment change, no functional change X-Git-Tag: 2.3.3~650 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=12033b2b0f123216bb6f2a98d9f6f9b9b6b5f6b3;p=thirdparty%2Fapache%2Fhttpd.git comment change, no functional change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771966 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/metadata/mod_remoteip.c b/modules/metadata/mod_remoteip.c index 2db4251c444..217448dc3eb 100644 --- a/modules/metadata/mod_remoteip.c +++ b/modules/metadata/mod_remoteip.c @@ -60,7 +60,7 @@ typedef struct { const char *proxy_ips; /** The remaining list of untrusted proxied remote ip's */ const char *proxied_remote; - /** The most recetly modified ip and address record */ + /** The most recently modified ip and address record */ const char *proxied_ip; apr_sockaddr_t proxied_addr; } remoteip_conn_t; @@ -113,6 +113,7 @@ static const char *proxies_header_name_set(cmd_parms *cmd, void *dummy, } /* Would be quite nice if APR exported this */ +/* apr:network_io/unix/sockaddr.c */ static int looks_like_ip(const char *ipstr) { if (ap_strchr_c(ipstr, ':')) {