| Index: tests/compiler/dart2js/type_substitution_test.dart
|
| diff --git a/tests/compiler/dart2js/type_substitution_test.dart b/tests/compiler/dart2js/type_substitution_test.dart
|
| index 2b537c42c0262aa708b75ed94a27718bcf3ad85a..24d4ebddfde3eb50172468e11bec38ec5820fbb7 100644
|
| --- a/tests/compiler/dart2js/type_substitution_test.dart
|
| +++ b/tests/compiler/dart2js/type_substitution_test.dart
|
| @@ -19,8 +19,8 @@ ResolutionDartType getType(compiler, String name) {
|
| element.computeType(compiler.resolution);
|
| FunctionSignature signature = element.functionSignature;
|
|
|
| - // Function signatures are used to be to provide void types (only occuring as
|
| - // as return types) and (inlined) function types (only occuring as method
|
| + // Function signatures are used to be to provide void types (only occurring as
|
| + // as return types) and (inlined) function types (only occurring as method
|
| // parameter types).
|
| //
|
| // Only a single type is used from each signature. That is, it is not the
|
|
|