| Index: pkg/analyzer/lib/src/task/inputs.dart
|
| diff --git a/pkg/analyzer/lib/src/task/inputs.dart b/pkg/analyzer/lib/src/task/inputs.dart
|
| index cb497b6b194a8bb64eb05ed2528de00e7d136ebb..7bc5fa15206796df895203293d617d34c658d14c 100644
|
| --- a/pkg/analyzer/lib/src/task/inputs.dart
|
| +++ b/pkg/analyzer/lib/src/task/inputs.dart
|
| @@ -432,7 +432,7 @@ class ObjectToListTaskInput<E> extends TaskInputImpl<List<E>>
|
|
|
| /**
|
| * Initialize a newly created task input that computes the input by accessing
|
| - * the given [result] associated with the given [target].
|
| + * the given [baseInput] associated with the given [mapper].
|
| */
|
| ObjectToListTaskInput(this.baseInput, this.mapper);
|
|
|
|
|