summaryrefslogtreecommitdiff
path: root/lib/common/xxhash.c
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2019-04-19 00:31:04 +0000
committerConrad Meyer <cem@FreeBSD.org>2019-04-19 00:31:04 +0000
commit3f774a5e86430d45c78443d234a90ee54582564f (patch)
tree2ba6d7db94738038417c7384773435b12fbc5265 /lib/common/xxhash.c
parentaf73257b093737838d6086890c91f6ec13291ea7 (diff)
Diffstat (limited to 'lib/common/xxhash.c')
-rw-r--r--lib/common/xxhash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common/xxhash.c b/lib/common/xxhash.c
index 532b8161929de..30599aaae41fc 100644
--- a/lib/common/xxhash.c
+++ b/lib/common/xxhash.c
@@ -66,10 +66,10 @@
/* #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,
* to improve speed for Big-endian CPU.
* This option has no impact on Little_Endian CPU.
*/