about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2024-04-30 12:31:37 +0200
committerFlorian Weimer <fweimer@redhat.com>2024-05-02 10:33:24 +0200
commit552073e4b88183994d8e13f693317bad89dd40f7 (patch)
treec8d78ae297fc029cf30b32512bbf30fe977ae6c6
parent91695ee4598b39d181ab8df579b888a8863c4cab (diff)
downloadglibc-552073e4b88183994d8e13f693317bad89dd40f7.tar.gz
glibc-552073e4b88183994d8e13f693317bad89dd40f7.tar.xz
glibc-552073e4b88183994d8e13f693317bad89dd40f7.zip
nscd: Typo inside comment in netgroup cache
Reported-by: Jonathan Wakely <jwakely@redhat.com>
-rw-r--r--nscd/netgroupcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/netgroupcache.c b/nscd/netgroupcache.c
index e8fe041846..4b35498e3f 100644
--- a/nscd/netgroupcache.c
+++ b/nscd/netgroupcache.c
@@ -522,7 +522,7 @@ addinnetgrX (struct database_dyn *db, int fd, request_header *req,
   if (__glibc_unlikely (dataset == NULL))
     {
       cacheable = false;
-      /* The alloca is safe because nscd_run_worker verfies that
+      /* The alloca is safe because nscd_run_worker verifies that
 	 key_len is not larger than MAXKEYLEN.  */
       dataset = alloca (sizeof (*dataset) + req->key_len);
     }