From: Corinna Vinschen Date: Wed, 1 Jul 2009 15:45:23 +0000 (+0000) Subject: * net.cc (get_xp_ifs): Fix typo in comment. X-Git-Tag: prefifo~96 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=d3920e10ad64b37717b59ee5b15c4ffb41565131;p=newlib-cygwin.git * net.cc (get_xp_ifs): Fix typo in comment. --- diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 5805b6ae0..646c7a561 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2009-07-01 Corinna Vinschen + + * net.cc (get_xp_ifs): Fix typo in comment. + 2009-07-01 Corinna Vinschen * fhandler.h (class fhandler_socket): Add class members and methods diff --git a/winsup/cygwin/net.cc b/winsup/cygwin/net.cc index 393e2a998..b76d64599 100644 --- a/winsup/cygwin/net.cc +++ b/winsup/cygwin/net.cc @@ -1766,7 +1766,7 @@ get_xp_ifs (ULONG family) if (!pap->FirstUnicastAddress) { /* FirstUnicastAddress is NULL for interfaces which are disconnected. - Fetch number of configured IPva addresses from registry and + Fetch number of configured IPv4 addresses from registry and store in an unused member of the adapter addresses structure. */ pap->Ipv6IfIndex = get_ipv4fromreg_ipcnt (pap->AdapterName); cnt += pap->Ipv6IfIndex;