]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Fix comment typo
authorNiels Möller <nisse@lysator.liu.se>
Wed, 29 Jan 2020 14:20:28 +0000 (15:20 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 29 Jan 2020 14:20:28 +0000 (15:20 +0100)
ecc-internal.h

index 5d58cbe8868f2f718ebdab2c088b84f644687e54..9516023a96ab2d8932af3ce6014c625f912c48f4 100644 (file)
@@ -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;