Fix typo in comment

This commit is contained in:
Siddhesh Poyarekar 2013-06-24 18:07:37 +05:30
parent 09d91fde6b
commit a31ee4b3a5
2 changed files with 6 additions and 2 deletions

View File

@ -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> 2013-06-22 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>. * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.

View File

@ -722,8 +722,8 @@ cannot create read-only descriptor for \"%s\"; no mmap"),
cannot create read-only descriptor for \"%s\"; no mmap"), cannot create read-only descriptor for \"%s\"; no mmap"),
dbs[cnt].db_filename); dbs[cnt].db_filename);
/* Before we create the header, initialiye the hash /* Before we create the header, initialize the hash
table. So that if we get interrupted if writing table. That way if we get interrupted while writing
the header we can recognize a partially initialized the header we can recognize a partially initialized
database. */ database. */
size_t ps = sysconf (_SC_PAGESIZE); size_t ps = sysconf (_SC_PAGESIZE);