From c12e9f37417240a086c5b9e2fb321f1db8e9547f Mon Sep 17 00:00:00 2001 From: Joseph Anthony Pasquale Holsten Date: Fri, 11 Apr 2014 15:16:13 +0530 Subject: [PATCH] Fix typo in comment in res_query.c --- ChangeLog | 4 ++++ resolv/res_query.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e7e358385b..7bef273b40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-04-11 Joseph Anthony Pasquale Holsten + + * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment. + 2014-04-11 Will Newton * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG diff --git a/resolv/res_query.c b/resolv/res_query.c index 88c8255500..a9db837a01 100644 --- a/resolv/res_query.c +++ b/resolv/res_query.c @@ -482,7 +482,7 @@ __libc_res_nsearch(res_state statp, } /* - * f the query has not already been tried as is then try it + * If the query has not already been tried as is then try it * unless RES_NOTLDQUERY is set and there were no dots. */ if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0) -- 2.43.5