diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-10-03 14:13:50 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-10-03 15:40:23 +0200 |
commit | 55178f5f41436ca17e1d3c8977df69bbcb6f7fcd (patch) | |
tree | f209717aa9c1ba23ce9e520f64e05c524fb2b62f /src | |
parent | 16636d4f907e151ad399c3825a5319ea4d009404 (diff) | |
download | libuecc-55178f5f41436ca17e1d3c8977df69bbcb6f7fcd.tar libuecc-55178f5f41436ca17e1d3c8977df69bbcb6f7fcd.zip |
Fix typo in comment
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 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] = { |