From: Siddhesh Poyarekar Date: Mon, 24 Jun 2013 12:37:37 +0000 (+0530) Subject: Fix typo in comment X-Git-Tag: glibc-2.18~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a31ee4b3a5c0a7a0e0af293fb3b758bf045e9a82;p=thirdparty%2Fglibc.git Fix typo in comment --- diff --git a/ChangeLog b/ChangeLog index ac92ef16470..3dbc6889617 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-06-24 Siddhesh Poyarekar + + * nscd/connections.c (nscd_init): Fix comment. + 2013-06-22 Joseph Myers * sysdeps/unix/sysv/linux/libc_fatal.c: Include . diff --git a/nscd/connections.c b/nscd/connections.c index 69e3e7dc089..e54d4f213ad 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);