[master] d779670d6 spelling: mutexes

Nils Goroll nils.goroll at uplex.de
Tue Aug 20 08:44:08 UTC 2024


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

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

diff --git a/wflags.py b/wflags.py
index 85598719d..1c1da40d0 100644
--- a/wflags.py
+++ b/wflags.py
@@ -70,7 +70,7 @@ DESIRABLE_WFLAGS = [
 
 UNDESIRABLE_WFLAGS = [
     "-Wno-system-headers", # Outside of our control
-    "-Wno-thread-safety", # Does not understand our mutexs are wrapped
+    "-Wno-thread-safety", # Does not understand our mutexes are wrapped
     "-Wno-sign-compare", # Fixable
 ]
 


More information about the varnish-commit mailing list