public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] nscd: Typo inside comment in netgroup cache
@ 2024-04-30 10:32 Florian Weimer
  2024-04-30 12:23 ` Adhemerval Zanella Netto
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Weimer @ 2024-04-30 10:32 UTC (permalink / raw)
  To: libc-alpha; +Cc: Jonathan Wakely

Reported-by: Jonathan Wakely <jwakely@redhat.com>

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

base-commit: ebfd73a80f15559fe59fee32a7844c6b8fa99576


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] nscd: Typo inside comment in netgroup cache
  2024-04-30 10:32 [PATCH] nscd: Typo inside comment in netgroup cache Florian Weimer
@ 2024-04-30 12:23 ` Adhemerval Zanella Netto
  0 siblings, 0 replies; 2+ messages in thread
From: Adhemerval Zanella Netto @ 2024-04-30 12:23 UTC (permalink / raw)
  To: Florian Weimer, libc-alpha; +Cc: Jonathan Wakely



On 30/04/24 07:32, Florian Weimer wrote:
> Reported-by: Jonathan Wakely <jwakely@redhat.com>
> 

Ok.

> ---
>  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);
>      }
> 
> base-commit: ebfd73a80f15559fe59fee32a7844c6b8fa99576
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-30 12:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-30 10:32 [PATCH] nscd: Typo inside comment in netgroup cache Florian Weimer
2024-04-30 12:23 ` Adhemerval Zanella Netto

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).