Skip to content

Commit 2bb0baf

Browse files
committed
fixup! doc
1 parent a510e56 commit 2bb0baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/secp256k1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ec_pubkey_cmp(
474474
const secp256k1_pubkey *pubkey2
475475
) SECP256K1_ARG_NONNULL(1) SECP256K1_ARG_NONNULL(2) SECP256K1_ARG_NONNULL(3);
476476

477-
/** Sort public keys keys using lexicographic (of compressed serialization) order
477+
/** Sort public keys using lexicographic (of compressed serialization) order
478478
*
479479
* Returns: 0 if the arguments are invalid. 1 otherwise.
480480
*

0 commit comments

Comments
 (0)