mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Fix typo in comment in res_query.c
This commit is contained in:
parent
439bda3209
commit
c12e9f3741
@ -1,3 +1,7 @@
|
||||
2014-04-11 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
|
||||
|
||||
* resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
|
||||
|
||||
2014-04-11 Will Newton <will.newton@linaro.org>
|
||||
|
||||
* malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user