| Index: sdk/lib/_internal/js_runtime/lib/js_array.dart
|
| diff --git a/sdk/lib/_internal/js_runtime/lib/js_array.dart b/sdk/lib/_internal/js_runtime/lib/js_array.dart
|
| index 776eff0b2847e24e6e4c4751a6a81663fc846446..1118cc60fbe817d240ebf74f36f19d71c7ddd127 100644
|
| --- a/sdk/lib/_internal/js_runtime/lib/js_array.dart
|
| +++ b/sdk/lib/_internal/js_runtime/lib/js_array.dart
|
| @@ -198,7 +198,7 @@ class JSArray<E> extends Interceptor implements List<E>, JSIndexable {
|
| // 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 = [];
|
|
|