From b13d749947cc29ec3cbc99a666ff8034f4bb2f00 Mon Sep 17 00:00:00 2001 From: Gustav Simonsson Date: Wed, 30 Sep 2015 17:23:13 +0200 Subject: [PATCH] Fix couple of typos in API comments --- include/secp256k1_recovery.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/secp256k1_recovery.h b/include/secp256k1_recovery.h index debbb0551e9fa..c9b8c0a306966 100644 --- a/include/secp256k1_recovery.h +++ b/include/secp256k1_recovery.h @@ -15,9 +15,9 @@ extern "C" { * however guaranteed to be 65 bytes in size, and can be safely copied/moved. * If you need to convert to a format suitable for storage or transmission, use * the secp256k1_ecdsa_signature_serialize_* and - * secp256k1_ecdsa_signature_serialize_* functions. + * secp256k1_ecdsa_signature_parse_* functions. * - * Furthermore, it is guaranteed to identical signatures (including their + * Furthermore, it is guaranteed that identical signatures (including their * recoverability) will have identical representation, so they can be * memcmp'ed. */