This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.19-272-gc12e9f3


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  c12e9f37417240a086c5b9e2fb321f1db8e9547f (commit)
      from  439bda3209b768c349b98b8ceecf0fa8d94600e9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=c12e9f37417240a086c5b9e2fb321f1db8e9547f

commit c12e9f37417240a086c5b9e2fb321f1db8e9547f
Author: Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
Date:   Fri Apr 11 15:16:13 2014 +0530

    Fix typo in comment in res_query.c

diff --git a/ChangeLog b/ChangeLog
index e7e3583..7bef273 100644
--- 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
diff --git a/resolv/res_query.c b/resolv/res_query.c
index 88c8255..a9db837 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)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    4 ++++
 resolv/res_query.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]