From 7f0d9e61f40c669fca3cfd1e342fa8236c7220b7 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Sat, 20 May 2023 13:37:47 +0000 Subject: Fix all the remaining misspellings -- BZ 25337 --- nscd/nscd_helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nscd/nscd_helper.c') diff --git a/nscd/nscd_helper.c b/nscd/nscd_helper.c index 6a498b363c..aa41dc158d 100644 --- a/nscd/nscd_helper.c +++ b/nscd/nscd_helper.c @@ -251,7 +251,7 @@ __nscd_unmap (struct mapped_database *mapped) } -/* Try to get a file descriptor for the shared meory segment +/* Try to get a file descriptor for the shared memory segment containing the database. */ struct mapped_database * __nscd_get_mapping (request_type type, const char *key, @@ -443,7 +443,7 @@ __nscd_get_map_ref (request_type type, const char *name, #define MINIMUM_HASHENTRY_SIZE \ (offsetof (struct hashentry, dellist) + sizeof (int32_t)) -/* Don't return const struct datahead *, as eventhough the record +/* Don't return const struct datahead *, as even though the record is normally constant, it can change arbitrarily during nscd garbage collection. */ struct datahead * -- cgit 1.4.1