From 3f05785179001271dbef034bc80009183ee896c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Borgna?= <121866228+aborgna-q@users.noreply.github.com> Date: Thu, 21 Sep 2023 11:08:23 +0100 Subject: [PATCH] Update src/optimiser/taso.rs Co-authored-by: Luca Mondada <72734770+lmondada@users.noreply.github.com> --- src/optimiser/taso.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/optimiser/taso.rs b/src/optimiser/taso.rs index 4e299855..6a48d942 100644 --- a/src/optimiser/taso.rs +++ b/src/optimiser/taso.rs @@ -251,7 +251,7 @@ where let mut seen_hashes: FxHashSet<_> = FromIterator::from_iter([(initial_circ_hash)]); // Each worker waits for circuits to scan for rewrites using all the - // patterns and send the results back to main. + // patterns and sends the results back to main. let joins: Vec<_> = (0..n_threads) .map(|_| { worker::spawn_pattern_matching_thread(