Skip to content

Commit

Permalink
Fix couple of typos in API comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav Simonsson committed Sep 30, 2015
1 parent 357f8cd commit b13d749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/secp256k1_recovery.h
Expand Up @@ -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.
*/
Expand Down

0 comments on commit b13d749

Please sign in to comment.