From 5ac987030d1772c79fec3ff3cd5da4c6bdfba340 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Wed, 7 Sep 2016 22:03:08 +0200 Subject: [PATCH] Fix documentation typo. --- nettle.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2