We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 695ca64 commit c06cc41Copy full SHA for c06cc41
src/kernel/context.h
@@ -12,7 +12,7 @@ class ECCVerifyHandle;
12
namespace kernel {
13
//! Context struct holding the kernel library's logically global state, and
14
//! passed to external libbitcoin_kernel functions which need access to this
15
-//! state. The kernel libary API is a work in progress, so state organization
+//! state. The kernel library API is a work in progress, so state organization
16
//! and member list will evolve over time.
17
//!
18
//! State stored directly in this struct should be simple. More complex state
0 commit comments