Skip to content

Commit

Permalink
Fix typo in API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
real-or-random committed Jun 5, 2017
1 parent 84973d3 commit b0452e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/secp256k1.h
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit b0452e6

Please sign in to comment.