We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d9e717 commit 18aadf9Copy full SHA for 18aadf9
src/group_impl.h
@@ -674,7 +674,7 @@ static int secp256k1_ge_is_in_correct_subgroup(const secp256k1_ge* ge) {
674
secp256k1_gej out;
675
int i;
676
677
- /* A very simple EC multiplication ladder that avoids a dependecy on ecmult. */
+ /* A very simple EC multiplication ladder that avoids a dependency on ecmult. */
678
secp256k1_gej_set_infinity(&out);
679
for (i = 0; i < 32; ++i) {
680
secp256k1_gej_double_var(&out, &out, NULL);
0 commit comments