about summary refs log tree commit diff
path: root/include/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hash.h')
-rw-r--r--include/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hash.h b/include/hash.h
index 09dabb59..6910e0e2 100644
--- a/include/hash.h
+++ b/include/hash.h
@@ -35,7 +35,7 @@ u64 hash64(const void *key, u32 len, u64 seed);
 
 #if 0
 
-The following code is disabled because xxh3 with a 32 bit resukt is 30% faster
+The following code is disabled because xxh3 is 30% faster
 
   #ifdef __x86_64__