From: Niels Möller Date: Thu, 28 Aug 2014 13:43:09 +0000 (+0200) Subject: Fixed comment typo. X-Git-Tag: nettle_3.1rc1~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e20f76200dee944cf1896144932047b19e8f8bf;p=thirdparty%2Fnettle.git Fixed comment typo. --- 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;