Skip to content

Commit 0e96cdc

Browse files
authored
fix typo, s/changed/unchanged
1 parent 6ad5cdb commit 0e96cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3177,7 +3177,7 @@ void run_eckey_edge_case_test(void) {
31773177
VG_CHECK(&pubkey, sizeof(pubkey));
31783178
CHECK(memcmp(&pubkey, zeros, sizeof(secp256k1_pubkey)) > 0);
31793179
pubkey_negone = pubkey;
3180-
/* Tweak of zero leaves the value changed. */
3180+
/* Tweak of zero leaves the value unchanged. */
31813181
memset(ctmp2, 0, 32);
31823182
CHECK(secp256k1_ec_privkey_tweak_add(ctx, ctmp, ctmp2) == 1);
31833183
CHECK(memcmp(orderc, ctmp, 31) == 0 && ctmp[31] == 0x40);

0 commit comments

Comments
 (0)