| Index: tests/compiler/dart2js/type_equals_test.dart
|
| diff --git a/tests/compiler/dart2js/type_equals_test.dart b/tests/compiler/dart2js/type_equals_test.dart
|
| index 4dab03e1a4f01ed543cbd426b8fe2ea2d8312b27..85305e017a58cf50f00dccd172eeb9e7ee1094fa 100644
|
| --- a/tests/compiler/dart2js/type_equals_test.dart
|
| +++ b/tests/compiler/dart2js/type_equals_test.dart
|
| @@ -22,8 +22,8 @@ bool test(compiler, String name1, String name2, {bool expect}) {
|
| FunctionSignature signature1 = element1.functionSignature;
|
| FunctionSignature signature2 = element2.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
|
|
|