| Index: dart/sdk/lib/mirrors/mirrors.dart
|
| diff --git a/dart/sdk/lib/mirrors/mirrors.dart b/dart/sdk/lib/mirrors/mirrors.dart
|
| index 5353755ee56d2c832d04b74b3aff39c7d25108f2..f189dc021c2240c285c405c5d2302426d9758c4f 100644
|
| --- a/dart/sdk/lib/mirrors/mirrors.dart
|
| +++ b/dart/sdk/lib/mirrors/mirrors.dart
|
| @@ -1226,10 +1226,10 @@ class MirrorsUsed {
|
| * The list of strings passed to new [Symbol], and symbols that might be
|
| * passed to [MirrorSystem.getName].
|
| *
|
| - * Combined with the names of [reflectiveTarget], [metaTargets] and their
|
| - * members, this forms the complete list of strings passed to new [Symbol],
|
| - * and symbols that might be passed to [MirrorSystem.getName] by the library
|
| - * to which this metadata applies.
|
| + * Combined with the names of [targets], [metaTargets] and their members,
|
| + * this forms the complete list of strings passed to new [Symbol], and
|
| + * symbols that might be passed to [MirrorSystem.getName] by the library to
|
| + * which this metadata applies.
|
| *
|
| * The following text is non-normative:
|
| *
|
|
|