| Index: pkg/analyzer/lib/src/task/strong/checker.dart
|
| diff --git a/pkg/analyzer/lib/src/task/strong/checker.dart b/pkg/analyzer/lib/src/task/strong/checker.dart
|
| index 6b0049bf9bc941236254dd786cadd3158578e823..4566e6a81dae0acfd055087cf3ad3b9044852bea 100644
|
| --- a/pkg/analyzer/lib/src/task/strong/checker.dart
|
| +++ b/pkg/analyzer/lib/src/task/strong/checker.dart
|
| @@ -992,7 +992,7 @@ class _OverrideChecker {
|
| includeParents: false);
|
| }
|
|
|
| - /// Check that individual methods and fields in [subType] correctly override
|
| + /// Check that individual methods and fields in [node] correctly override
|
| /// the declarations in [baseType].
|
| ///
|
| /// The [errorLocation] node indicates where errors are reported, see
|
|
|