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 |