Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1597)

Unified Diff: sdk/lib/_internal/js_runtime/lib/js_array.dart

Issue 2841543002: Spelling a (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/kernel_to_il.h ('k') | sdk/lib/_internal/js_runtime/lib/js_names.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [];
« no previous file with comments | « runtime/vm/kernel_to_il.h ('k') | sdk/lib/_internal/js_runtime/lib/js_names.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698