Index: tests/language_strong/type_variable_initializer_test.dart |
diff --git a/tests/language_strong/type_variable_initializer_test.dart b/tests/language_strong/type_variable_initializer_test.dart |
index e875edc8b03cd4f066b2b95e6aed8f25861b5b59..3d5a85d114ba327384329c8a743b5fe501ea4665 100644 |
--- a/tests/language_strong/type_variable_initializer_test.dart |
+++ b/tests/language_strong/type_variable_initializer_test.dart |
@@ -9,7 +9,7 @@ import "package:expect/expect.dart"; |
class A<T> { |
var map; |
- // Usage of type variables in the intializer makes the SSA builder |
+ // Usage of type variables in the initializer makes the SSA builder |
// want to access [:this:]. And because the initializers of A are |
// inlined in the constructor of B, we have to make sure the |
// [:this:] in the A constructor has a corresponding |