We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa33017 commit 271582bCopy full SHA for 271582b
src/tests.c
@@ -2240,7 +2240,7 @@ void test_ge(void) {
2240
/* Test batch gej -> ge conversion with many infinities. */
2241
for (i = 0; i < 4 * runs + 1; i++) {
2242
random_group_element_test(&ge[i]);
2243
- /* randomly set half the points to infinitiy */
+ /* randomly set half the points to infinity */
2244
if(secp256k1_fe_is_odd(&ge[i].x)) {
2245
secp256k1_ge_set_infinity(&ge[i]);
2246
}
0 commit comments