summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-10-03 14:13:50 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-10-03 15:40:23 +0200
commit55178f5f41436ca17e1d3c8977df69bbcb6f7fcd (patch)
treef209717aa9c1ba23ce9e520f64e05c524fb2b62f
parent16636d4f907e151ad399c3825a5319ea4d009404 (diff)
downloadlibuecc-55178f5f41436ca17e1d3c8977df69bbcb6f7fcd.tar
libuecc-55178f5f41436ca17e1d3c8977df69bbcb6f7fcd.zip
Fix typo in comment
-rw-r--r--src/ec25519.c2
1 files changed, 1 insertions, 1 deletions
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] = {