]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: fix 2 typos in the xxhash subsystem
authorJoseph Herlant <aerostitch@debian.org>
Thu, 15 Nov 2018 17:30:49 +0000 (09:30 -0800)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 21:23:15 +0000 (22:23 +0100)
Fixes 2 typos in the comments of the xxhash subsystem.

src/xxhash.c

index 5702e64f5ca168299d6049afaa870ea8a4644343..8753721a7e6847fe2128c02b9124002222a505af 100644 (file)
@@ -51,10 +51,10 @@ You can contact the author at :
 // #define XXH_ACCEPT_NULL_INPUT_POINTER 1
 
 // XXH_FORCE_NATIVE_FORMAT :
-// By default, xxHash library provides endian-independant Hash values, based on little-endian convention.
+// By default, xxHash library provides endian-independent Hash values, based on little-endian convention.
 // Results are therefore identical for little-endian and big-endian CPU.
 // This comes at a performance cost for big-endian CPU, since some swapping is required to emulate little-endian format.
-// Should endian-independance be of no importance for your application, you may set the #define below to 1.
+// Should endian-independence be of no importance for your application, you may set the #define below to 1.
 // It will improve speed for Big-endian CPU.
 // This option has no impact on Little_Endian CPU.
 #define XXH_FORCE_NATIVE_FORMAT 0