public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] nscd: Typo inside comment in netgroup cache
@ 2024-05-02  8:34 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2024-05-02  8:34 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=552073e4b88183994d8e13f693317bad89dd40f7

commit 552073e4b88183994d8e13f693317bad89dd40f7
Author: Florian Weimer <fweimer@redhat.com>
Date:   Tue Apr 30 12:31:37 2024 +0200

    nscd: Typo inside comment in netgroup cache
    
    Reported-by: Jonathan Wakely <jwakely@redhat.com>

Diff:
---
 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);
     }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-02  8:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-02  8:34 [glibc] nscd: Typo inside comment in netgroup cache Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).