From 552073e4b88183994d8e13f693317bad89dd40f7 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 30 Apr 2024 12:31:37 +0200 Subject: [PATCH] nscd: Typo inside comment in netgroup cache Reported-by: Jonathan Wakely --- nscd/netgroupcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }