summaryrefslogtreecommitdiff
path: root/ecc-curve.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-08-28 15:43:09 +0200
committerNiels Möller <nisse@lysator.liu.se>2014-08-28 15:43:09 +0200
commit4e20f76200dee944cf1896144932047b19e8f8bf (patch)
tree737f5993337dc92a50ba30c76abd9ea32720501d /ecc-curve.h
parent38672a67042814a188bf3f98d3e9a1bbd40ca668 (diff)
downloadnettle-4e20f76200dee944cf1896144932047b19e8f8bf.tar.gz
Fixed comment typo.
Diffstat (limited to 'ecc-curve.h')
-rw-r--r--ecc-curve.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecc-curve.h b/ecc-curve.h
index df72569c..eeec826f 100644
--- a/ecc-curve.h
+++ b/ecc-curve.h
@@ -38,7 +38,7 @@
extern "C" {
#endif
-/* The contets of this struct is internal. */
+/* The contents of this struct is internal. */
struct ecc_curve;
extern const struct ecc_curve nettle_secp_192r1;