aboutsummaryrefslogtreecommitdiff
path: root/resolv
diff options
context:
space:
mode:
Diffstat (limited to 'resolv')
-rw-r--r--resolv/res_hconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/resolv/res_hconf.c b/resolv/res_hconf.c
index b9c229d..c9642ce 100644
--- a/resolv/res_hconf.c
+++ b/resolv/res_hconf.c
@@ -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;