| Index: pkg/dev_compiler/tool/input_sdk/private/js_array.dart
|
| diff --git a/pkg/dev_compiler/tool/input_sdk/private/js_array.dart b/pkg/dev_compiler/tool/input_sdk/private/js_array.dart
|
| index 1053949b7f24848a3451b75b0050bef4ce7c5ce7..619a56d684b3e1d32d2c213ce865fdd1651e2267 100644
|
| --- a/pkg/dev_compiler/tool/input_sdk/private/js_array.dart
|
| +++ b/pkg/dev_compiler/tool/input_sdk/private/js_array.dart
|
| @@ -145,7 +145,7 @@ class JSArray<E> implements List<E>, JSIndexable<E> {
|
| // to the [test] function. First the elements to retain are found, and then
|
| // the original list is updated to contain those elements.
|
|
|
| - // TODO(sra): Replace this algorthim with one that retains a list of ranges
|
| + // TODO(sra): Replace this algorithm with one that retains a list of ranges
|
| // to be removed. Most real uses remove 0, 1 or a few clustered elements.
|
|
|
| List retained = [];
|
|
|