Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-07-01 19:45:23 +0400
committerCorinna Vinschen <corinna@vinschen.de>2009-07-01 19:45:23 +0400
commitd3920e10ad64b37717b59ee5b15c4ffb41565131 (patch)
treef071031470baac899aacbf023cd4bc33156ca268 /winsup/cygwin/net.cc
parent265b5faec741277f9295baf03a627f9f855af0f2 (diff)
* net.cc (get_xp_ifs): Fix typo in comment.
Diffstat (limited to 'winsup/cygwin/net.cc')
-rw-r--r--winsup/cygwin/net.cc2
1 files changed, 1 insertions, 1 deletions
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;