aboutsummaryrefslogtreecommitdiff
path: root/src/kernel
diff options
context:
space:
mode:
authorbrunoerg <brunoely.gc@gmail.com>2022-06-08 10:03:43 -0300
committerbrunoerg <brunoely.gc@gmail.com>2022-06-08 10:03:43 -0300
commitc06cc41ddbac3611d5c7826a2a3f2cbae9aeea12 (patch)
tree0d4bd5f86af3a3d16501ee154c79cc0c56fd0356 /src/kernel
parent695ca641a4e3ae065121815a968c769198aa73de (diff)
downloadbitcoin-c06cc41ddbac3611d5c7826a2a3f2cbae9aeea12.tar.xz
doc: fix typo in kernel/context.h
Diffstat (limited to 'src/kernel')
-rw-r--r--src/kernel/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/context.h b/src/kernel/context.h
index 0a08511564..9746ef994b 100644
--- a/src/kernel/context.h
+++ b/src/kernel/context.h
@@ -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