summaryrefslogtreecommitdiff
path: root/nettle.texinfo
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2016-09-07 22:03:08 +0200
committerNiels Möller <nisse@lysator.liu.se>2016-09-07 22:03:08 +0200
commit5ac987030d1772c79fec3ff3cd5da4c6bdfba340 (patch)
treee7d4929f2b736e669915072bd3c40e480a6561ae /nettle.texinfo
parent09f13a4a6df4ef7dc880fe27525581d92e0168d4 (diff)
downloadnettle-5ac987030d1772c79fec3ff3cd5da4c6bdfba340.tar.gz
Fix documentation typo.
Diffstat (limited to 'nettle.texinfo')
-rw-r--r--nettle.texinfo2
1 files changed, 1 insertions, 1 deletions
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.