File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ extern "C" {
14
14
*
15
15
* Context objects created by functions in this module can be used like contexts
16
16
* objects created by functions in secp256k1.h, i.e., they can be passed to any
17
- * API function that excepts a context object (see secp256k1.h for details). The
17
+ * API function that expects a context object (see secp256k1.h for details). The
18
18
* only exception is that context objects created by functions in this module
19
19
* must be destroyed using secp256k1_context_preallocated_destroy (in this
20
20
* module) instead of secp256k1_context_destroy (in secp256k1.h).
21
21
*
22
- * It is guaranteed that functions in by this module will not call malloc or its
22
+ * It is guaranteed that functions in this module will not call malloc or its
23
23
* friends realloc, calloc, and free.
24
24
*/
25
25
You can’t perform that action at this time.
0 commit comments