crypto/secp256k1: fix typo in comment

This commit is contained in:
Felix Lange 2017-12-06 11:55:07 +01:00
parent 8de2b8a47b
commit c5658996dc

View file

@ -48,7 +48,7 @@ static int secp256k1_ecdsa_recover_pubkey(
// secp256k1_ecdsa_verify_enc verifies an encoded compact signature. // secp256k1_ecdsa_verify_enc verifies an encoded compact signature.
// //
// Returns: 1: signature is valid was successful // Returns: 1: signature is valid
// 0: signature is invalid // 0: signature is invalid
// Args: ctx: pointer to a context object (cannot be NULL) // Args: ctx: pointer to a context object (cannot be NULL)
// In: sigdata: pointer to a 64-byte signature (cannot be NULL) // In: sigdata: pointer to a 64-byte signature (cannot be NULL)