mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
doc: fix typo in kernel/context.h
This commit is contained in:
parent
695ca641a4
commit
c06cc41ddb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue