_res_hconf_reorder_addrs: fix typo in comment
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 22 Jun 2015 09:57:14 +0000 (09:57 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 23 Jun 2015 09:33:16 +0000 (09:33 +0000)
* resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix typo in comment.

ChangeLog
resolv/res_hconf.c

index 2d6f383..9890872 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-06-23  Dmitry V. Levin  <ldv@altlinux.org>
+
+       * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix typo
+       in comment.
+
 2015-06-22  Joseph Myers  <joseph@codesourcery.com>
 
        [BZ #16353]
index b9c229d..c9642ce 100644 (file)
@@ -421,7 +421,7 @@ _res_hconf_reorder_addrs (struct hostent *hp)
       /* Get lock.  */
       __libc_lock_lock (lock);
 
-      /* Recheck, somebody else might have done the work by done.  */
+      /* Recheck, somebody else might have done the work by now.  */
       if (num_ifs <= 0)
        {
          int new_num_ifs = 0;