chore: Fix some typos in comments (#6040)

This commit is contained in:
sunnyraindy
2025-11-19 09:21:35 +08:00
committed by GitHub
parent d9c27da529
commit ad37461ab2
14 changed files with 16 additions and 16 deletions

View File

@@ -541,7 +541,7 @@ SECP256K1_API int secp256k1_ecdsa_signature_serialize_compact(
/** Verify an ECDSA signature.
*
* Returns: 1: correct signature
* 0: incorrect or unparseable signature
* 0: incorrect or unparsable signature
* Args: ctx: pointer to a context object
* In: sig: the signature being verified.
* msghash32: the 32-byte message hash being verified.