Skip to content

Commit 151dc0f

Browse files
fametranoFabcien
authored andcommitted
[SECP256K1] fixed trivial typo
Summary: Backport of [[bitcoin-core/secp256k1#860 | secp256k1#860]] Test Plan: Proof reading Reviewers: #bitcoin_abc, PiRK Reviewed By: #bitcoin_abc, PiRK Differential Revision: https://reviews.bitcoinabc.org/D9380
1 parent 9109233 commit 151dc0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/secp256k1.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extern "C" {
1111
*
1212
* 1. Context pointers go first, followed by output arguments, combined
1313
* output/input arguments, and finally input-only arguments.
14-
* 2. Array lengths always immediately the follow the argument whose length
14+
* 2. Array lengths always immediately follow the argument whose length
1515
* they describe, even if this violates rule 1.
1616
* 3. Within the OUT/OUTIN/IN groups, pointers to data that is typically generated
1717
* later go first. This means: signatures, public nonces, secret nonces,

0 commit comments

Comments
 (0)