Fix typo in comment
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 24 Jun 2013 12:37:37 +0000 (18:07 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 24 Jun 2013 12:37:37 +0000 (18:07 +0530)
ChangeLog
nscd/connections.c

index ac92ef1..3dbc688 100644 (file)
--- 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>.
index 69e3e7d..e54d4f2 100644 (file)
@@ -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);