[master] 659385ed0 spelling: endianness

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


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

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

diff --git a/doc/sphinx/phk/cheri4.rst b/doc/sphinx/phk/cheri4.rst
index 6c96038b2..d9419c59b 100644
--- a/doc/sphinx/phk/cheri4.rst
+++ b/doc/sphinx/phk/cheri4.rst
@@ -126,7 +126,7 @@ C sources, you almost always end up needing a macro like::
 To remove const-ness where it cannot go.
 
 (If you think that is ISO-C's opus magnum, ask yourself why we still
-cannot specify struct packing and endianess explicitly ?  It's hardly
+cannot specify struct packing and endianness explicitly ?  It's hardly
 like anybody ever have to apart data-structures explicitly specified in 
 hardware or protocol documents, is it ?)
 
diff --git a/doc/sphinx/phk/legacy.rst b/doc/sphinx/phk/legacy.rst
index f0754ac23..efb66ed31 100644
--- a/doc/sphinx/phk/legacy.rst
+++ b/doc/sphinx/phk/legacy.rst
@@ -34,7 +34,7 @@ modems, when dialing into a BBS or ISP in the 1990ies.
 
 I guess I should say "legacy-modems" ?
 
-Big-endianess, storing the bytes the sensible way for hex-dumps, is
+Big-endianness, storing the bytes the sensible way for hex-dumps, is
 rapidly becoming legacy, as the final old HP and SUN irons are
 finally become eWaste.
 
@@ -44,7 +44,7 @@ time picked equally one or the other, and the consolidation towards
 little-endian is driven more by *"It's actually not that important"*
 than by anything else.
 
-But we still have a bit of code which cares about endianess
+But we still have a bit of code which cares about endianness
 in Varnish, in particular in the imported `zlib` code.
 
 For a while I ran a CI client on a WLAN access point with a
diff --git a/doc/sphinx/reference/vtla.rst b/doc/sphinx/reference/vtla.rst
index ab017c523..e155926c2 100644
--- a/doc/sphinx/reference/vtla.rst
+++ b/doc/sphinx/reference/vtla.rst
@@ -54,7 +54,7 @@ VENC
     Varnish ENCoding -- base64 functions
 
 VEND
-    Varnish ENDianess -- functions to marshall data in specified endianess
+    Varnish ENDianess -- functions to marshall data in specified endianness
 
 VEV
     Varnish EVent -- library functions to implement a simple event-dispatcher.


More information about the varnish-commit mailing list