[master] 53df5a204 spelling: misnomer

Poul-Henning Kamp phk at FreeBSD.org
Mon Aug 19 12:44:10 UTC 2024


commit 53df5a204daa78fe6bcbbd5580f5cd7682ededb2
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date:   Wed Aug 7 08:30:58 2024 -0400

    spelling: misnomer
    
    Signed-off-by: Josh Soref <2119212+jsoref at users.noreply.github.com>

diff --git a/bin/varnishd/cache/cache_acceptor.c b/bin/varnishd/cache/cache_acceptor.c
index ece80e3b6..452a08c92 100644
--- a/bin/varnishd/cache/cache_acceptor.c
+++ b/bin/varnishd/cache/cache_acceptor.c
@@ -635,7 +635,7 @@ vca_acct(void *arg)
 	struct listen_sock *ls;
 	vtim_real t0;
 
-	// XXX Actually a mis-nomer now because the accept happens in a pool
+	// XXX Actually a misnomer now because the accept happens in a pool
 	// thread. Rename to accept-nanny or so?
 	THR_SetName("cache-acceptor");
 	THR_Init();


More information about the varnish-commit mailing list