diff options
Diffstat (limited to 'src/libcryptobox/siphash/siphash.c')
-rw-r--r-- | src/libcryptobox/siphash/siphash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcryptobox/siphash/siphash.c b/src/libcryptobox/siphash/siphash.c index 7c5941a35..0c91ff7ab 100644 --- a/src/libcryptobox/siphash/siphash.c +++ b/src/libcryptobox/siphash/siphash.c @@ -48,7 +48,7 @@ SIPHASH_DECLARE(avx2) #define SIPHASH_AVX2 SIPHASH_IMPL(CPUID_AVX2, "avx2", avx2) #endif -/* list implemenations from most optimized to least, with generic as the last entry */ +/* list implementations from most optimized to least, with generic as the last entry */ static const siphash_impl_t siphash_list[] = { SIPHASH_GENERIC, #if defined(SIPHASH_AVX2) |