From 68756b12f55cb23536d531695619ad4a567916ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Mon, 1 Jul 2019 02:02:06 +0800 Subject: Fix Typos CLA: trivial Reviewed-by: Richard Levitte Reviewed-by: Paul Dale Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/9275) --- include/openssl/ec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/openssl/ec.h') diff --git a/include/openssl/ec.h b/include/openssl/ec.h index af559cb..e523d0d 100644 --- a/include/openssl/ec.h +++ b/include/openssl/ec.h @@ -142,7 +142,7 @@ const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group); */ int EC_METHOD_get_field_type(const EC_METHOD *meth); -/** Sets the generator and it's order/cofactor of a EC_GROUP object. +/** Sets the generator and its order/cofactor of a EC_GROUP object. * \param group EC_GROUP object * \param generator EC_POINT object with the generator. * \param order the order of the group generated by the generator. -- cgit v1.1