From: Florian Weimer Date: Tue, 30 Apr 2024 10:31:37 +0000 (+0200) Subject: nscd: Typo inside comment in netgroup cache X-Git-Tag: glibc-2.40~239 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=552073e4b88183994d8e13f693317bad89dd40f7;p=thirdparty%2Fglibc.git nscd: Typo inside comment in netgroup cache Reported-by: Jonathan Wakely --- 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); }