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

Unified Diff: sdk/lib/js/dartium/js_dartium.dart

Issue 2833073002: Stoppp using trippple consonants (Closed)
Patch Set: More spolling 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 | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/compiler/dart2js/type_equals_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/js/dartium/js_dartium.dart
diff --git a/sdk/lib/js/dartium/js_dartium.dart b/sdk/lib/js/dartium/js_dartium.dart
index b14e0323a975976f04faab1c9de8af8c01e20002..c5f1fd46db21f65d976f3d9dfb4d59f53865fb96 100644
--- a/sdk/lib/js/dartium/js_dartium.dart
+++ b/sdk/lib/js/dartium/js_dartium.dart
@@ -306,7 +306,7 @@ class _DeclarationSet {
}
startNamed++;
- // TODO(jacobr): we are unneccessarily using an O(n^2) algorithm here.
+ // TODO(jacobr): we are unnecessarily using an O(n^2) algorithm here.
// If we have JS APIs with a lange number of named parameters we should
// optimize this. Either use a HashSet or invert this, walking over
// parameters, querying invocation, and making sure we match
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/compiler/dart2js/type_equals_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698