mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-24 07:01:09 +02:00
doc: fix typo in kernel/context.h
This commit is contained in:
@@ -12,7 +12,7 @@ class ECCVerifyHandle;
|
|||||||
namespace kernel {
|
namespace kernel {
|
||||||
//! Context struct holding the kernel library's logically global state, and
|
//! Context struct holding the kernel library's logically global state, and
|
||||||
//! passed to external libbitcoin_kernel functions which need access to this
|
//! 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.
|
//! and member list will evolve over time.
|
||||||
//!
|
//!
|
||||||
//! State stored directly in this struct should be simple. More complex state
|
//! State stored directly in this struct should be simple. More complex state
|
||||||
|
Reference in New Issue
Block a user