mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-06 19:23:41 +02:00
doc: fix double-word typos in comments
This commit is contained in:
@@ -38,7 +38,7 @@ class DepGraph
|
||||
/** All descendants of the transaction (including itself). */
|
||||
SetType descendants;
|
||||
|
||||
/** Equality operator (primarily for for testing purposes). */
|
||||
/** Equality operator (primarily for testing purposes). */
|
||||
friend bool operator==(const Entry&, const Entry&) noexcept = default;
|
||||
|
||||
/** Construct an empty entry. */
|
||||
|
||||
Reference in New Issue
Block a user