diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-06-24 18:07:37 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-06-24 18:07:37 +0530 |
commit | a31ee4b3a5c0a7a0e0af293fb3b758bf045e9a82 (patch) | |
tree | c8648b46c7f7b24752785128e2d6c14e656ccbcb /nscd | |
parent | 09d91fde6b00c8969bffff7a00a68c8f610ce73e (diff) | |
download | glibc-a31ee4b3a5c0a7a0e0af293fb3b758bf045e9a82.zip glibc-a31ee4b3a5c0a7a0e0af293fb3b758bf045e9a82.tar.gz glibc-a31ee4b3a5c0a7a0e0af293fb3b758bf045e9a82.tar.bz2 |
Fix typo in comment
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/connections.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |