From 47852c972d1ad80d8b38d9e94507b27df0ede421 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 22 Jun 2015 09:57:14 +0000 Subject: _res_hconf_reorder_addrs: fix typo in comment * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix typo in comment. --- resolv/res_hconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resolv') 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; -- cgit v1.1