Skip to content

Commit ee56acc

Browse files
committed
Merge bitcoin#651: Fix typo in secp256k1_preallocated.h
b1e68cb Fix typo in secp256k1_preallocated.h (Jan Xie) Pull request description: ACKs for commit b1e68c: sipa: ACK b1e68cb real-or-random: ACK b1e68cb Tree-SHA512: ccd51ac687193cb8be34f7388b20d002773df574a52ba6dd85cf6fd69241c079eed0f624f2e72d5e8922edc07d51923831057377a9c6550e8e072bff43854bda
2 parents 7b9b117 + b1e68cb commit ee56acc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/secp256k1_preallocated.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ extern "C" {
1414
*
1515
* Context objects created by functions in this module can be used like contexts
1616
* 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
1818
* only exception is that context objects created by functions in this module
1919
* must be destroyed using secp256k1_context_preallocated_destroy (in this
2020
* module) instead of secp256k1_context_destroy (in secp256k1.h).
2121
*
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
2323
* friends realloc, calloc, and free.
2424
*/
2525

0 commit comments

Comments
 (0)