From: Niels Möller Date: Wed, 29 Jan 2020 14:20:28 +0000 (+0100) Subject: Fix comment typo X-Git-Tag: nettle_3.6rc1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4733b05484304fc766ed0d904dfe833ff35df92d;p=thirdparty%2Fnettle.git Fix comment typo --- 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;