]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
nscd: Typo inside comment in netgroup cache
authorFlorian Weimer <fweimer@redhat.com>
Tue, 30 Apr 2024 10:31:37 +0000 (12:31 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 2 May 2024 08:33:24 +0000 (10:33 +0200)
Reported-by: Jonathan Wakely <jwakely@redhat.com>
nscd/netgroupcache.c

index e8fe041846b75cb9ae314d90ed6ab254821e7bf9..4b35498e3ff9585be7d4bf843f3d2455bf088411 100644 (file)
@@ -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);
     }