From a20ecf69d8f6ae40ef8758c5e87728233d6dc7f5 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 9 Oct 2015 18:26:06 +0200 Subject: Fix another comment typo --- src/ec25519.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ec25519.c b/src/ec25519.c index 35a15ec..d9a8528 100644 --- a/src/ec25519.c +++ b/src/ec25519.c @@ -265,7 +265,7 @@ static int check_equal(const uint32_t x[32], const uint32_t y[32]) { /** * Checks if an unpacked integer equals zero (modulo p) * - * The interger must be squeezed before. + * The integer must be squeezed before. */ static int check_zero(const uint32_t x[32]) { static const uint32_t p[32] = { -- cgit v1.2.3