Skip to content

Commit

Permalink
FIXUP: Missing "is"
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
rustyrussell committed Feb 21, 2017
1 parent 70ff29b commit 72d952c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/secp256k1.h
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ec_pubkey_tweak_mul(
* amount power for all values.
*
* This function provides a seed which is combined into the blinding value: that
* blinding value added before each multiplication (and removed afterwards) so
* blinding value is added before each multiplication (and removed afterwards) so
* that it does not affect function results, but shields against attacks which
* rely on any input-dependent behaviour.
*
Expand Down

0 comments on commit 72d952c

Please sign in to comment.