Index: tools/testing/dart/command_output.dart |
diff --git a/tools/testing/dart/command_output.dart b/tools/testing/dart/command_output.dart |
index 9b6f6e692c5af19d4f22bdb0abf8736a1b54e075..45debe6be7086cffb5e5045995ab7bce8e933f47 100644 |
--- a/tools/testing/dart/command_output.dart |
+++ b/tools/testing/dart/command_output.dart |
@@ -105,7 +105,7 @@ class CommandOutput extends UniqueObject { |
class ContentShellCommandOutput extends CommandOutput { |
// Although tests are reported as passing, content shell sometimes exits with |
- // a nonzero exitcode which makes our dartium builders extremely falky. |
+ // a nonzero exitcode which makes our builders extremely flaky. |
// See: http://dartbug.com/15139. |
// TODO(rnystrom): Is this still needed? The underlying bug is closed. |
static const _whitelistedContentShellExitCode = -1073740022; |