[master] 5d44d5737 Fix old typo

Poul-Henning Kamp phk at FreeBSD.org
Sun Sep 14 20:55:04 UTC 2025


commit 5d44d5737d4dff39e6c6cceedd21c6c8f474ce22
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Sep 8 09:19:44 2025 +0000

    Fix old typo

diff --git a/doc/sphinx/phk/notes.rst b/doc/sphinx/phk/notes.rst
index 1695dd8b7..0618adace 100644
--- a/doc/sphinx/phk/notes.rst
+++ b/doc/sphinx/phk/notes.rst
@@ -249,7 +249,7 @@ runs on its own CPU. That way they will not fight about the cachelines.
 
 If all this sounds foreign to you, let me just assure you that it
 works: we spend less than 18 system calls on serving a cache hit,
-and even many of those are calls tog get timestamps for statistics.
+and even many of those are calls to get timestamps for statistics.
 
 These techniques are also nothing new, we have used them in the
 kernel for more than a decade, now it's your turn to learn them :-)


More information about the varnish-commit mailing list