| Index: pkg/compiler/lib/src/types/types.dart
|
| diff --git a/pkg/compiler/lib/src/types/types.dart b/pkg/compiler/lib/src/types/types.dart
|
| index b99a368e598efd939a9b78935bc8fb0b51ea27a5..9858a6e1066fe8cf00ef8bb74d1b7450d263a506 100644
|
| --- a/pkg/compiler/lib/src/types/types.dart
|
| +++ b/pkg/compiler/lib/src/types/types.dart
|
| @@ -266,7 +266,7 @@ class TypesTask extends CompilerTask {
|
| return result;
|
| }
|
|
|
| - /** Returns true if [type1] is strictly bettern than [type2]. */
|
| + /** Returns true if [type1] is strictly better than [type2]. */
|
| bool better(TypeMask type1, TypeMask type2) {
|
| if (type1 == null) return false;
|
| if (type2 == null) {
|
|
|