diff options
Diffstat (limited to 'src/libcryptobox/poly1305/poly1305.c')
-rw-r--r-- | src/libcryptobox/poly1305/poly1305.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcryptobox/poly1305/poly1305.c b/src/libcryptobox/poly1305/poly1305.c index 9e1eed04e..4adea30af 100644 --- a/src/libcryptobox/poly1305/poly1305.c +++ b/src/libcryptobox/poly1305/poly1305.c @@ -77,7 +77,7 @@ POLY1305_DECLARE(sse2) POLY1305_DECLARE(ref) #define POLY1305_GENERIC POLY1305_IMPL(0, "generic", ref) -/* 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 poly1305_impl_t poly1305_list[] = { POLY1305_GENERIC, |