[master] 1f47a3bfa spelling: buffer

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


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

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

diff --git a/lib/libvarnish/vtcp.c b/lib/libvarnish/vtcp.c
index 207b8f80d..278a074ad 100644
--- a/lib/libvarnish/vtcp.c
+++ b/lib/libvarnish/vtcp.c
@@ -72,7 +72,7 @@ vtcp_sa_to_ascii(const void *sa, socklen_t l, char *abuf, unsigned alen,
 	if (i) {
 		/*
 		 * XXX this printf is shitty, but we may not have space
-		 * for the gai_strerror in the bufffer :-(
+		 * for the gai_strerror in the buffer :-(
 		 */
 		fprintf(stderr, "getnameinfo = %d %s\n", i, gai_strerror(i));
 		if (i == EAI_SYSTEM)


More information about the varnish-commit mailing list