summaryrefslogtreecommitdiff
path: root/libarchive/xxhash.c
diff options
context:
space:
mode:
authorGraham Percival <gperciva@tarsnap.com>2016-12-30 15:21:09 -0800
committerGraham Percival <gperciva@tarsnap.com>2016-12-30 16:35:47 -0800
commit54027a7ccd7b28dca995ef675b571241ff767c6c (patch)
tree125bb7f6401f8f169fdcbe9140d44b27a46238f1 /libarchive/xxhash.c
parentab94a813b0f64cbc1bcb952bf55424a2d9c7f1d9 (diff)
downloadlibarchive-54027a7ccd7b28dca995ef675b571241ff767c6c.tar.gz
Spelling fixes
Sponsored by: Tarsnap Backup Inc.
Diffstat (limited to 'libarchive/xxhash.c')
-rw-r--r--libarchive/xxhash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/xxhash.c b/libarchive/xxhash.c
index d7f8e96d..b6d0080e 100644
--- a/libarchive/xxhash.c
+++ b/libarchive/xxhash.c
@@ -60,7 +60,7 @@ You can contact the author at :
** 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.
*/