mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
Merge bitcoin/bitcoin#25307: doc: fix typo in kernel/context.h and add desig
to ignore-words
d575413fb8
doc: add `desig` to ignore-words (brunoerg)c06cc41ddb
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: ACKd575413fb8
Tree-SHA512: 2d548c737b8184d0243445c7503f3f68256ecb0970bd834d52de099de3cd8c8b9c140e2b77d55e2542fbd45b1d21cbdee639f5b2ef8138c37b8b72e5211029c3
This commit is contained in:
commit
e3c08eb620
2 changed files with 2 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
|
||||
|
|
|
@ -3,6 +3,7 @@ ba
|
|||
blockin
|
||||
cachable
|
||||
creat
|
||||
desig
|
||||
fo
|
||||
fpr
|
||||
hights
|
||||
|
|
Loading…
Add table
Reference in a new issue