| Index: sdk/lib/_internal/compiler/implementation/resolution/scope.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/resolution/scope.dart b/sdk/lib/_internal/compiler/implementation/resolution/scope.dart
|
| index 92e7840bba0fb8006b60e62bfbdfb5a20d3a1cc8..0af9fd78b325db9e25abd819366a322b2e4fb601 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/resolution/scope.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/resolution/scope.dart
|
| @@ -45,7 +45,7 @@ abstract class NestedScope extends Scope {
|
| * [TypeDeclarationScope] defines the outer scope of a type declaration in
|
| * which the declared type variables and the entities in the enclosing scope are
|
| * available but where declared and inherited members are not available. This
|
| - * scope is only used for class/interface declarations during resolution of the
|
| + * scope is only used for class declarations during resolution of the
|
| * class hierarchy. In all other cases [ClassScope] is used.
|
| */
|
| class TypeDeclarationScope extends NestedScope {
|
|
|