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

@@ -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;