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.17-842-ga31ee4b


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  a31ee4b3a5c0a7a0e0af293fb3b758bf045e9a82 (commit)
      from  09d91fde6b00c8969bffff7a00a68c8f610ce73e (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=a31ee4b3a5c0a7a0e0af293fb3b758bf045e9a82

commit a31ee4b3a5c0a7a0e0af293fb3b758bf045e9a82
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Mon Jun 24 18:07:37 2013 +0530

    Fix typo in comment

diff --git a/ChangeLog b/ChangeLog
index ac92ef1..3dbc688 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* nscd/connections.c (nscd_init): Fix comment.
+
 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
diff --git a/nscd/connections.c b/nscd/connections.c
index 69e3e7d..e54d4f2 100644
--- a/nscd/connections.c
+++ b/nscd/connections.c
@@ -722,8 +722,8 @@ cannot create read-only descriptor for \"%s\"; no mmap"),
 cannot create read-only descriptor for \"%s\"; no mmap"),
 			   dbs[cnt].db_filename);
 
-		/* Before we create the header, initialiye the hash
-		   table.  So that if we get interrupted if writing
+		/* Before we create the header, initialize the hash
+		   table.  That way if we get interrupted while writing
 		   the header we can recognize a partially initialized
 		   database.  */
 		size_t ps = sysconf (_SC_PAGESIZE);

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

Summary of changes:
 ChangeLog          |    4 ++++
 nscd/connections.c |    4 ++--
 2 files changed, 6 insertions(+), 2 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]