From: Dmitry V. Levin Date: Mon, 22 Jun 2015 09:57:14 +0000 (+0000) Subject: _res_hconf_reorder_addrs: fix typo in comment X-Git-Tag: upstream/2.30~5903 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47852c972d1ad80d8b38d9e94507b27df0ede421;p=external%2Fglibc.git _res_hconf_reorder_addrs: fix typo in comment * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix typo in comment. --- diff --git a/ChangeLog b/ChangeLog index 2d6f383..9890872 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-06-23 Dmitry V. Levin + + * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix typo + in comment. + 2015-06-22 Joseph Myers [BZ #16353] 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;