Skip to content

Commit b13d749

Browse files
author
Gustav Simonsson
committed
Fix couple of typos in API comments
1 parent 357f8cd commit b13d749

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)