From b7bc3a4aaa5d89c9a9cf2d914362e69ca91a8678 Mon Sep 17 00:00:00 2001 From: "Ferdinando M. Ametrano" Date: Tue, 22 Dec 2020 22:31:29 +0100 Subject: [PATCH] fixed typo --- include/secp256k1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/secp256k1.h b/include/secp256k1.h index 111eac47f422a..d368488af21c4 100644 --- a/include/secp256k1.h +++ b/include/secp256k1.h @@ -11,7 +11,7 @@ extern "C" { * * 1. Context pointers go first, followed by output arguments, combined * output/input arguments, and finally input-only arguments. - * 2. Array lengths always immediately the follow the argument whose length + * 2. Array lengths always immediately follow the argument whose length * they describe, even if this violates rule 1. * 3. Within the OUT/OUTIN/IN groups, pointers to data that is typically generated * later go first. This means: signatures, public nonces, secret nonces,