aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.cpp
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-04-03 10:53:29 +0800
committerfanquake <fanquake@gmail.com>2021-04-06 14:50:17 +0800
commit3b0078f958c46e94b468c829522ba965f5549f11 (patch)
tree09585c08fd33f9902dc78b9a3552a03ffa4f90b2 /src/net_processing.cpp
parentc6edcf1c710e4aaf1cafdbf8e86fe209b57bdeb8 (diff)
downloadbitcoin-3b0078f958c46e94b468c829522ba965f5549f11.tar.xz
doc: fixup -Wdocumentation issues
Diffstat (limited to 'src/net_processing.cpp')
-rw-r--r--src/net_processing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net_processing.cpp b/src/net_processing.cpp
index d98d47fd2a..84c26c3df1 100644
--- a/src/net_processing.cpp
+++ b/src/net_processing.cpp
@@ -2062,7 +2062,7 @@ void PeerManagerImpl::ProcessHeadersMessage(CNode& pfrom, const Peer& peer,
/**
* Reconsider orphan transactions after a parent has been accepted to the mempool.
*
- * @param[in/out] orphan_work_set The set of orphan transactions to reconsider. Generally only one
+ * @param[in,out] orphan_work_set The set of orphan transactions to reconsider. Generally only one
* orphan will be reconsidered on each call of this function. This set
* may be added to if accepting an orphan causes its children to be
* reconsidered.