]> granicus.if.org Git - apache/commitdiff
comment change, no functional change
authorJim Jagielski <jim@apache.org>
Tue, 5 May 2009 18:52:59 +0000 (18:52 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 5 May 2009 18:52:59 +0000 (18:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771966 13f79535-47bb-0310-9956-ffa450edef68

modules/metadata/mod_remoteip.c

index 2db4251c444d10224539e2ae15546b3bfa7848dc..217448dc3eb4f1870e9cc1d14c2e4146f4bdd8fa 100644 (file)
@@ -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, ':')) {