_res_hconf_reorder_addrs: fix typo in comment

* resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix typo in comment.
This commit is contained in:
Dmitry V. Levin 2015-06-22 09:57:14 +00:00
parent 554edb23ff
commit 47852c972d
2 changed files with 6 additions and 1 deletions

View File

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

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