]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/EC_GROUP_new.pod
Fix typos and repeated words
[thirdparty/openssl.git] / doc / man3 / EC_GROUP_new.pod
index 76fed3b246319854adabe9e57c897991ccc9a5ac..2866b32c333bff2a3ab3093590ddca5de392918e 100644 (file)
@@ -99,7 +99,7 @@ I<params>.
 EC_GROUP_set_curve() sets the curve parameters I<p>, I<a> and I<b>. For a curve
 over Fp I<p> is the prime for the field. For a curve over F2^m I<p> represents
 the irreducible polynomial - each bit represents a term in the polynomial.
-Therefore there will either be three or five bits set dependent on whether the
+Therefore, there will either be three or five bits set dependent on whether the
 polynomial is a trinomial or a pentanomial.
 In either case, I<a> and I<b> represents the coefficients a and b from the
 relevant equation introduced above.