[master] 16c2f352d spelling: macos

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


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

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

diff --git a/bin/varnishtest/vtc_main.c b/bin/varnishtest/vtc_main.c
index 92f0add1c..9587cf113 100644
--- a/bin/varnishtest/vtc_main.c
+++ b/bin/varnishtest/vtc_main.c
@@ -634,7 +634,7 @@ ip_magic(void)
 
 #if defined (__APPLE__)
 	/*
-	 * In MacOS a bound socket that is not listening will timeout
+	 * In macOS a bound socket that is not listening will timeout
 	 * instead of refusing the connection so close it and hope
 	 * for the best.
 	 */
diff --git a/bin/varnishtest/vtc_syslog.c b/bin/varnishtest/vtc_syslog.c
index 2a291957f..02ffce658 100644
--- a/bin/varnishtest/vtc_syslog.c
+++ b/bin/varnishtest/vtc_syslog.c
@@ -132,7 +132,7 @@ VUDP_Check(int a)
 		return (1);
 #elif defined (__APPLE__)
 	/*
-	 * MacOS returns EINVAL if the other end unexpectedly reset
+	 * macOS returns EINVAL if the other end unexpectedly reset
 	 * the connection.
 	 */
 	if (errno == EINVAL)


More information about the varnish-commit mailing list