Fix typo in comment.

This commit is contained in:
Sean Bowe 2019-12-10 14:06:01 -07:00
parent af9ec4d7f3
commit 948b1997af
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 1 deletions

View File

@ -1350,7 +1350,7 @@ fn test_mul_by_x() {
#[test]
fn test_clear_cofactor() {
// the generator (and the identity) are always on the curve,
// even after clearning the cofactor
// even after clearing the cofactor
let generator = G1Projective::generator();
assert!(bool::from(generator.clear_cofactor().is_on_curve()));
let id = G1Projective::identity();