doc: fix typo in kernel/context.h

This commit is contained in:
brunoerg 2022-06-08 10:03:43 -03:00
parent 695ca641a4
commit c06cc41ddb

View file

@ -12,7 +12,7 @@ class ECCVerifyHandle;
namespace kernel {
//! Context struct holding the kernel library's logically global state, and
//! passed to external libbitcoin_kernel functions which need access to this
//! 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
//! and member list will evolve over time.
//!
//! State stored directly in this struct should be simple. More complex state