]> sourceware.org Git - newlib-cygwin.git/commitdiff
* net.cc (get_xp_ifs): Fix typo in comment.
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 1 Jul 2009 15:45:23 +0000 (15:45 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 1 Jul 2009 15:45:23 +0000 (15:45 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/net.cc

index 5805b6ae0a92c931094dbad4176746c73881c4f9..646c7a561bd8a9d711ca3f827678ebe169b1f89d 100644 (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
index 393e2a9984734c7d1a154c3e0358759f4f42fbce..b76d6459907b0c8414ac89cc59c38094921c360f 100644 (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;
This page took 0.03525 seconds and 5 git commands to generate.