]> sourceware.org Git - glibc.git/commitdiff
Fix typo in comment in res_query.c
authorJoseph Anthony Pasquale Holsten <joseph@josephholsten.com>
Fri, 11 Apr 2014 09:46:13 +0000 (15:16 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 11 Apr 2014 09:49:49 +0000 (15:19 +0530)
ChangeLog
resolv/res_query.c

index e7e358385bd7ed45aadfc9417b5342814b675b39..7bef273b40602237f502e5084bd3fe65ca2eafab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 88c82555004f5bed4791f7a5b3cac8a54be6dd5f..a9db837a0131836c7bcff0421e503d1bb7530aaa 100644 (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)
This page took 0.106914 seconds and 5 git commands to generate.