]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Fix documentation typo.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 7 Sep 2016 20:03:08 +0000 (22:03 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 7 Sep 2016 20:03:08 +0000 (22:03 +0200)
nettle.texinfo

index 12f998828c8f81a2d38eca0013d1aa193fd4df83..22922b95d372d0c55cbce7fc387eabea34926cd8 100644 (file)
@@ -4227,7 +4227,7 @@ Represents a point on an elliptic curve. In particular, it is used to
 represent an ECDSA public key.
 @end deftp
 
-@deftypefun void ecc_point_init (struct ecc_point *@var{p}, const structecc_curve *@var{ecc})
+@deftypefun void ecc_point_init (struct ecc_point *@var{p}, const struct ecc_curve *@var{ecc})
 Initializes @var{p} to represent points on the given curve @var{ecc}.
 Allocates storage for the coordinates, using the same allocation
 functions as GMP.