[PATCH] obvious comment fix (f to if) in resolv/res_query.c

Joseph Anthony Pasquale Holsten joseph@josephholsten.com
Tue Apr 8 18:03:00 GMT 2014


---
 resolv/res_query.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
1.8.5.2 (Apple Git-48)



More information about the Libc-alpha mailing list