diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-07-01 15:45:23 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-07-01 15:45:23 +0000 |
commit | d3920e10ad64b37717b59ee5b15c4ffb41565131 (patch) | |
tree | f071031470baac899aacbf023cd4bc33156ca268 /winsup/cygwin/net.cc | |
parent | 265b5faec741277f9295baf03a627f9f855af0f2 (diff) | |
download | cygnal-d3920e10ad64b37717b59ee5b15c4ffb41565131.tar.gz cygnal-d3920e10ad64b37717b59ee5b15c4ffb41565131.tar.bz2 cygnal-d3920e10ad64b37717b59ee5b15c4ffb41565131.zip |
* net.cc (get_xp_ifs): Fix typo in comment.
Diffstat (limited to 'winsup/cygwin/net.cc')
-rw-r--r-- | winsup/cygwin/net.cc | 2 |
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; |