aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/ec.h
diff options
context:
space:
mode:
authorAntoine Cœur <coeur@gmx.fr>2019-07-01 02:02:06 +0800
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-07-01 10:09:22 +0200
commit68756b12f55cb23536d531695619ad4a567916ab (patch)
tree25900985a6f45d0f31b28d3cdb294f537a7581ab /include/openssl/ec.h
parent3f1679b26101561ae6974e450b0c8876ece152c6 (diff)
downloadopenssl-68756b12f55cb23536d531695619ad4a567916ab.zip
openssl-68756b12f55cb23536d531695619ad4a567916ab.tar.gz
openssl-68756b12f55cb23536d531695619ad4a567916ab.tar.bz2
Fix Typos
CLA: trivial Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/9275)
Diffstat (limited to 'include/openssl/ec.h')
-rw-r--r--include/openssl/ec.h2
1 files changed, 1 insertions, 1 deletions
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.