summaryrefslogtreecommitdiff
path: root/libc/nscd/connections.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/nscd/connections.c')
-rw-r--r--libc/nscd/connections.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/nscd/connections.c b/libc/nscd/connections.c
index 69e3e7dc0..e54d4f213 100644
--- a/libc/nscd/connections.c
+++ b/libc/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);