diff options
author | van Hauser <vh@thc.org> | 2020-06-13 10:58:30 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-06-13 10:58:30 +0200 |
commit | 1542c7f49c00cd7d701869f951b9a2a126a7b960 (patch) | |
tree | 9a31f02e924254e405b2c563efb38f0fc5eaba5f /include/hash.h | |
parent | 615ab1a7b80a7d2ae827240313f4a68d76364cf6 (diff) | |
download | afl++-1542c7f49c00cd7d701869f951b9a2a126a7b960.tar.gz |
fix typos
Diffstat (limited to 'include/hash.h')
-rw-r--r-- | include/hash.h | 2 |
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__ |