From d3920e10ad64b37717b59ee5b15c4ffb41565131 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 1 Jul 2009 15:45:23 +0000 Subject: * net.cc (get_xp_ifs): Fix typo in comment. --- winsup/cygwin/net.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/net.cc') 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; -- cgit v1.2.3