diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-10-09 18:26:06 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-10-09 18:26:06 +0200 |
commit | a20ecf69d8f6ae40ef8758c5e87728233d6dc7f5 (patch) | |
tree | 34887557addc6cf154a6f18428f75a3ee147864e /src | |
parent | c917cec3ef016b0d872d550fd8b6d9d690c23407 (diff) | |
download | libuecc-a20ecf69d8f6ae40ef8758c5e87728233d6dc7f5.tar libuecc-a20ecf69d8f6ae40ef8758c5e87728233d6dc7f5.zip |
Fix another comment typo
Diffstat (limited to 'src')
-rw-r--r-- | src/ec25519.c | 2 |
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] = { |