nscd: Typo inside comment in netgroup cache

Reported-by: Jonathan Wakely <jwakely@redhat.com>
This commit is contained in:
Florian Weimer 2024-04-30 12:31:37 +02:00
parent 91695ee459
commit 552073e4b8

View 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);
}