]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Fixed comment typo.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 28 Aug 2014 13:43:09 +0000 (15:43 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 28 Aug 2014 13:43:09 +0000 (15:43 +0200)
ecc-curve.h

index df72569c01da39095bdf8147b4ad4b571c61c6af..eeec826fc255ab4b7614cb262da1e899ded000ef 100644 (file)
@@ -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;