Skip to content

Commit 68a3c76

Browse files
committed
Merge pull request bitcoin#329
b13d749 Fix couple of typos in API comments (Gustav Simonsson)
2 parents 98135ee + b13d749 commit 68a3c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/secp256k1_recovery.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ extern "C" {
1515
* however guaranteed to be 65 bytes in size, and can be safely copied/moved.
1616
* If you need to convert to a format suitable for storage or transmission, use
1717
* the secp256k1_ecdsa_signature_serialize_* and
18-
* secp256k1_ecdsa_signature_serialize_* functions.
18+
* secp256k1_ecdsa_signature_parse_* functions.
1919
*
20-
* Furthermore, it is guaranteed to identical signatures (including their
20+
* Furthermore, it is guaranteed that identical signatures (including their
2121
* recoverability) will have identical representation, so they can be
2222
* memcmp'ed.
2323
*/

0 commit comments

Comments
 (0)