mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-05 04:31:45 +02:00
Merge bitcoin/bitcoin#25307: doc: fix typo in kernel/context.h and add desig
to ignore-words
d575413fb8f8569803ed0050c15be003ef50951c doc: add `desig` to ignore-words (brunoerg)
c06cc41ddbac3611d5c7826a2a3f2cbae9aeea12 doc: fix typo in kernel/context.h (brunoerg)
Pull request description:
This PR fixes a typo in `kernel/context.h` (libary => library) and add `desig` to ignore-words since it's a valid word, see:
b9416c3847/src/net.cpp (L1105-L1117)
ACKs for top commit:
fanquake:
ACK d575413fb8f8569803ed0050c15be003ef50951c
Tree-SHA512: 2d548c737b8184d0243445c7503f3f68256ecb0970bd834d52de099de3cd8c8b9c140e2b77d55e2542fbd45b1d21cbdee639f5b2ef8138c37b8b72e5211029c3
This commit is contained in:
commit
e3c08eb620
@ -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
|
||||||
|
@ -3,6 +3,7 @@ ba
|
|||||||
blockin
|
blockin
|
||||||
cachable
|
cachable
|
||||||
creat
|
creat
|
||||||
|
desig
|
||||||
fo
|
fo
|
||||||
fpr
|
fpr
|
||||||
hights
|
hights
|
||||||
|
Loading…
x
Reference in New Issue
Block a user