* net.cc (get_xp_ifs): Fix typo in comment.

This commit is contained in:
Corinna Vinschen 2009-07-01 15:45:23 +00:00
parent 265b5faec7
commit d3920e10ad
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-07-01 Corinna Vinschen <corinna@vinschen.de>
* net.cc (get_xp_ifs): Fix typo in comment.
2009-07-01 Corinna Vinschen <corinna@vinschen.de>
* fhandler.h (class fhandler_socket): Add class members and methods

View File

@ -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;