diff options
author | Joseph Anthony Pasquale Holsten <joseph@josephholsten.com> | 2014-04-11 15:16:13 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-04-11 15:19:49 +0530 |
commit | c12e9f37417240a086c5b9e2fb321f1db8e9547f (patch) | |
tree | 3fddf9fdb532663b923a5058e3bc2358dfb9ee9e /resolv/res_query.c | |
parent | 439bda3209b768c349b98b8ceecf0fa8d94600e9 (diff) | |
download | glibc-c12e9f37417240a086c5b9e2fb321f1db8e9547f.tar glibc-c12e9f37417240a086c5b9e2fb321f1db8e9547f.tar.gz glibc-c12e9f37417240a086c5b9e2fb321f1db8e9547f.tar.bz2 glibc-c12e9f37417240a086c5b9e2fb321f1db8e9547f.zip |
Fix typo in comment in res_query.c
Diffstat (limited to 'resolv/res_query.c')
-rw-r--r-- | resolv/res_query.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |