Index: tools/testing/dart/test_runner.dart |
diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart |
index d862db53225d23ea4680784b1c2c107684951dee..e9126f8b206fbc75a8b7485a8dd582e3f0deeb00 100644 |
--- a/tools/testing/dart/test_runner.dart |
+++ b/tools/testing/dart/test_runner.dart |
@@ -2415,7 +2415,7 @@ class CommandQueue { |
/* |
* [CommandExecutor] is responsible for executing commands. It will make sure |
- * that the the following two constraints are satisfied |
+ * that the following two constraints are satisfied |
* - [:numberOfProcessesUsed <= maxProcesses:] |
* - [:numberOfBrowserProcessesUsed <= maxBrowserProcesses:] |
* |