[Pkg-bitcoin-commits] [libsecp256k1] 21/37: Fix typo in API documentation

Jonas Smedegaard dr at jones.dk
Fri Aug 18 11:27:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libsecp256k1.

commit b0452e664bed2c0eec379902e178f1986c004337
Author: Tim Ruffing <crypto at timruffing.de>
Date:   Mon Jun 5 19:17:53 2017 +0200

    Fix typo in API documentation
---
 include/secp256k1.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/secp256k1.h b/include/secp256k1.h
index fc4c5ce..4eaecf5 100644
--- a/include/secp256k1.h
+++ b/include/secp256k1.h
@@ -61,7 +61,7 @@ typedef struct {
  *  however guaranteed to be 64 bytes in size, and can be safely copied/moved.
  *  If you need to convert to a format suitable for storage, transmission, or
  *  comparison, use the secp256k1_ecdsa_signature_serialize_* and
- *  secp256k1_ecdsa_signature_serialize_* functions.
+ *  secp256k1_ecdsa_signature_parse_* functions.
  */
 typedef struct {
     unsigned char data[64];

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/libsecp256k1.git



More information about the Pkg-bitcoin-commits mailing list