1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Fix typo in comment in res_query.c

This commit is contained in:
Joseph Anthony Pasquale Holsten
2014-04-11 15:16:13 +05:30
committed by Siddhesh Poyarekar
parent 439bda3209
commit c12e9f3741
2 changed files with 5 additions and 1 deletions

View File

@ -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)