Index: tests/language_strong/mul_recipr_test.dart |
diff --git a/tests/language_strong/mul_recipr_test.dart b/tests/language_strong/mul_recipr_test.dart |
index 42da58bc2a890c89ca54154776a1395dbedaf40c..b228a18e3dab9d55e4325442c9345b29824a5002 100644 |
--- a/tests/language_strong/mul_recipr_test.dart |
+++ b/tests/language_strong/mul_recipr_test.dart |
@@ -1,7 +1,7 @@ |
// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-// Dart test program checking that optimizations are not too aggresive and |
+// Dart test program checking that optimizations are not too aggressive and |
// incorrect: |
// - (a * (1.0 / b)) |
// |