summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-10-09 18:26:06 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-10-09 18:26:06 +0200
commita20ecf69d8f6ae40ef8758c5e87728233d6dc7f5 (patch)
tree34887557addc6cf154a6f18428f75a3ee147864e
parentc917cec3ef016b0d872d550fd8b6d9d690c23407 (diff)
downloadlibuecc-a20ecf69d8f6ae40ef8758c5e87728233d6dc7f5.tar
libuecc-a20ecf69d8f6ae40ef8758c5e87728233d6dc7f5.zip
Fix another comment typo
-rw-r--r--src/ec25519.c2
1 files changed, 1 insertions, 1 deletions
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] = {