Index: tests/language/mul_recipr_test.dart |
diff --git a/tests/language/mul_recipr_test.dart b/tests/language/mul_recipr_test.dart |
index 2cf6c95b2c12e95069955f421a46cca866f3590d..a79be783cfbdf51d716698347871859e1875711d 100644 |
--- a/tests/language/mul_recipr_test.dart |
+++ b/tests/language/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)) |
// |