summaryrefslogtreecommitdiff
path: root/cli/tools/test/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tools/test/mod.rs')
-rw-r--r--cli/tools/test/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/test/mod.rs b/cli/tools/test/mod.rs
index 6b592f95e..eb0cdd4ce 100644
--- a/cli/tools/test/mod.rs
+++ b/cli/tools/test/mod.rs
@@ -762,7 +762,7 @@ async fn run_tests_for_worker_inner(
// Poll event loop once, to allow all ops that are already resolved, but haven't
// responded to settle.
- // TODO(mmastrac): we should provide an API to poll the event loop until no futher
+ // TODO(mmastrac): we should provide an API to poll the event loop until no further
// progress is made.
poll_event_loop(worker).await?;