mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 11:20:10 +00:00
_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:
parent
554edb23ff
commit
47852c972d
@ -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]
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user