[master] e36c41c9a spelling: panicking

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


commit e36c41c9a3bf82f3347ccc9d17f9042f29eae1d6
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date:   Wed Aug 7 09:02:03 2024 -0400

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

diff --git a/bin/varnishd/cache/cache_panic.c b/bin/varnishd/cache/cache_panic.c
index c6aa6f564..c5f4788a3 100644
--- a/bin/varnishd/cache/cache_panic.c
+++ b/bin/varnishd/cache/cache_panic.c
@@ -670,7 +670,7 @@ pan_ic(const char *func, const char *file, int line, const char *cond,
 		abort();
 	}
 
-	/* If we already panicing in another thread, do nothing */
+	/* If we already panicking in another thread, do nothing */
 	do {
 		i = pthread_mutex_trylock(&panicstr_mtx);
 		if (i != 0)


More information about the varnish-commit mailing list