summaryrefslogtreecommitdiff
path: root/src/mswindows.c
diff options
context:
space:
mode:
authorhniksic <devnull@localhost>2005-06-30 13:03:18 -0700
committerhniksic <devnull@localhost>2005-06-30 13:03:18 -0700
commitc1fb83c53b27ffd1635fda24702f2a115d939511 (patch)
treece0a5b43663d0e9e9ac2c650d787a7d8d3064993 /src/mswindows.c
parent5b26cb40a9aed87c52cc984b74012fdf2d7d1027 (diff)
downloadwget-c1fb83c53b27ffd1635fda24702f2a115d939511.tar.gz
[svn] Renamed "pretty_print_address" to "print_address".
Diffstat (limited to 'src/mswindows.c')
-rw-r--r--src/mswindows.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mswindows.c b/src/mswindows.c
index 2890274b..d1867fcf 100644
--- a/src/mswindows.c
+++ b/src/mswindows.c
@@ -851,8 +851,8 @@ windows_strerror (int err)
#ifdef ENABLE_IPV6
/* An IPv6-only inet_ntop that prints with WSAAddressToString. (Wget
- uses inet_ntoa for IPv4 addresses -- see pretty_print_address.)
- Prototype complies with POSIX 1003.1-2004. */
+ uses inet_ntoa for IPv4 addresses -- see print_address.) Prototype
+ complies with POSIX 1003.1-2004. */
const char *
inet_ntop (int af, const void *src, char *dst, socklen_t cnt)