summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-01-29 15:20:28 +0100
committerNiels Möller <nisse@lysator.liu.se>2020-01-29 15:20:28 +0100
commit4733b05484304fc766ed0d904dfe833ff35df92d (patch)
treeaf44125b9614d19ee36aaee8dfed501d623aecbc
parentbbed494d439a3f45026c63af57ae969713bd3e0a (diff)
downloadnettle-4733b05484304fc766ed0d904dfe833ff35df92d.tar.gz
Fix comment typo
-rw-r--r--ecc-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecc-internal.h b/ecc-internal.h
index 5d58cbe8..9516023a 100644
--- a/ecc-internal.h
+++ b/ecc-internal.h
@@ -180,7 +180,7 @@ struct ecc_curve
{
/* The prime p. */
struct ecc_modulo p;
- /* Group order. FIXME: Currently, many fucntions rely on q.size ==
+ /* Group order. FIXME: Currently, many functions rely on q.size ==
p.size. This has to change for radix-51 implementation of
curve25519 mod p arithmetic. */
struct ecc_modulo q;