doc: fix double-word typos in comments

This commit is contained in:
bensig
2025-12-30 12:12:26 -08:00
parent 2bcb3f6464
commit 08ed802bab
5 changed files with 5 additions and 5 deletions

View File

@@ -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. */