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

@@ -140,7 +140,7 @@ static void ComplexMemPool(benchmark::Bench& bench)
// Add all transactions to the mempool.
// Also store the first 10 transactions from each cluster as the
// transactions we'll "mine" in the the benchmark.
// transactions we'll "mine" in the benchmark.
int tx_count = 0;
for (auto& tx : transactions) {
if (tx_count < 10) {