[master] d253db5fb remove redundant 'if'

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Mar 17 06:50:07 UTC 2025


commit d253db5fb64101613d173fa3021888ff25067398
Author: Kim Klotz <kim at klotz.kim>
Date:   Sat Mar 15 23:49:32 2025 +0100

    remove redundant 'if'

diff --git a/doc/sphinx/phk/notes.rst b/doc/sphinx/phk/notes.rst
index 2830b0705..1695dd8b7 100644
--- a/doc/sphinx/phk/notes.rst
+++ b/doc/sphinx/phk/notes.rst
@@ -184,7 +184,7 @@ of RAM and move on.
 On a Multi-CPU system, and it doesn't matter if the CPUs share a
 socket or have their own, we first have to check if any of the other
 CPUs have a modified copy of n_foo stored in their caches, so a
-special bus-transaction goes out to find this out, if if some cpu
+special bus-transaction goes out to find this out, if some cpu
 comes back and says "yeah, I have it" that cpu gets to write it to
 RAM. On good hardware designs, our CPU will listen in on the bus
 during that write operation, on bad designs it will have to do a


More information about the varnish-commit mailing list