Skip to content

Commit a49e094

Browse files
docs: Fix typo
1 parent 2551cda commit a49e094

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
@@ -849,7 +849,7 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ec_pubkey_tweak_mul(
849849
* kind of elliptic curve point multiplication and thus does not benefit from
850850
* enhanced protection against side-channel leakage currently.
851851
*
852-
* It is safe call this function on a copy of secp256k1_context_static in writable
852+
* It is safe to call this function on a copy of secp256k1_context_static in writable
853853
* memory (e.g., obtained via secp256k1_context_clone). In that case, this
854854
* function is guaranteed to return 1, but the call will have no effect because
855855
* the static context (or a copy thereof) is not meant to be randomized.

0 commit comments

Comments
 (0)