mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-18 11:30:44 +01:00
doc: fix double-word typos in comments
This commit is contained in:
@@ -710,7 +710,7 @@ FUZZ_TARGET(txgraph)
|
||||
std::shuffle(refs.begin(), refs.end(), rng);
|
||||
// Invoke the real function.
|
||||
auto result = real->CountDistinctClusters(refs, level_select);
|
||||
// Build a set with representatives of the clusters the Refs occur in in the
|
||||
// Build a set with representatives of the clusters the Refs occur in the
|
||||
// simulated graph. For each, remember the lowest-index transaction SimPos in the
|
||||
// cluster.
|
||||
SimTxGraph::SetType sim_reps;
|
||||
|
||||
Reference in New Issue
Block a user