From 55178f5f41436ca17e1d3c8977df69bbcb6f7fcd Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 3 Oct 2015 14:13:50 +0200 Subject: Fix typo in comment --- src/ec25519.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ec25519.c b/src/ec25519.c index b581057..040f521 100644 --- a/src/ec25519.c +++ b/src/ec25519.c @@ -187,7 +187,7 @@ static int check_equal(const unsigned int x[32], const unsigned int y[32]) { /** * Checks if an unpacked integer equals zero * - * The intergers must be must be \ref squeeze "squeezed" before. + * The intergers must be \ref squeeze "squeezed" before. */ static int check_zero(const unsigned int x[32]) { static const unsigned int p[32] = { -- cgit v1.2.3