Message ID | 1396980205-2040-1-git-send-email-joseph@josephholsten.com |
---|---|
State | New |
Headers | show |
On Tue, Apr 08, 2014 at 11:03:25AM -0700, Joseph Anthony Pasquale Holsten wrote: > --- > resolv/res_query.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, I have pushed this change. Siddhesh
diff --git a/resolv/res_query.c b/resolv/res_query.c index 88c8255..1345dd1 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)