File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ typedef struct {
75
75
unsigned char data [64 ];
76
76
} secp256k1_pubkey ;
77
77
78
- /** Opaque data structured that holds a parsed ECDSA signature.
78
+ /** Opaque data structure that holds a parsed ECDSA signature.
79
79
*
80
80
* The exact representation of data inside is implementation defined and not
81
81
* guaranteed to be portable between different platforms or versions. It is
Original file line number Diff line number Diff line change 7
7
extern "C" {
8
8
#endif
9
9
10
- /** Opaque data structured that holds a parsed ECDSA signature,
10
+ /** Opaque data structure that holds a parsed ECDSA signature,
11
11
* supporting pubkey recovery.
12
12
*
13
13
* The exact representation of data inside is implementation defined and not
You can’t perform that action at this time.
0 commit comments