From: Niels Möller Date: Wed, 7 Sep 2016 20:03:08 +0000 (+0200) Subject: Fix documentation typo. X-Git-Tag: nettle_3.3_release_20161001~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ac987030d1772c79fec3ff3cd5da4c6bdfba340;p=thirdparty%2Fnettle.git Fix documentation typo. --- diff --git a/nettle.texinfo b/nettle.texinfo index 12f99882..22922b95 100644 --- a/nettle.texinfo +++ b/nettle.texinfo @@ -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.