[master] e4a0dbcc2 Typo

Poul-Henning Kamp phk at FreeBSD.org
Tue May 14 08:18:06 UTC 2024


commit e4a0dbcc2b387457c2baba129ac5560da07105e6
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue May 14 08:17:17 2024 +0000

    Typo

diff --git a/bin/varnishd/cache/cache_lck.c b/bin/varnishd/cache/cache_lck.c
index 5c7ab42ce..029ecc8c9 100644
--- a/bin/varnishd/cache/cache_lck.c
+++ b/bin/varnishd/cache/cache_lck.c
@@ -257,7 +257,7 @@ Lck_CondWaitUntil(pthread_cond_t *cond, struct lock *lck, vtim_real when)
 		 * So far I have yet to see a failure if the exact same
 		 * call is repeated after a very short sleep.
 		 *
-		 * Calling pthread_yield_np() instead of sleaping /mostly/
+		 * Calling pthread_yield_np() instead of sleeping /mostly/
 		 * works as well, but still fails sometimes.
 		 *
 		 * Env:


More information about the varnish-commit mailing list