Index: tests/compiler/dart2js_native/downcast_test.dart |
diff --git a/tests/compiler/dart2js_native/downcast_test.dart b/tests/compiler/dart2js_native/downcast_test.dart |
index 9d5d65a1d9ac2770c0a6e5ac79c8704f115cc65c..44b689235d4c7223afc2afcde540422ead195cc4 100644 |
--- a/tests/compiler/dart2js_native/downcast_test.dart |
+++ b/tests/compiler/dart2js_native/downcast_test.dart |
@@ -29,7 +29,7 @@ makeA() native; |
makeB() native; |
void setup() native """ |
-// This code is all inside 'setup' and so not accesible from the global scope. |
+// This code is all inside 'setup' and so not accessible from the global scope. |
function inherits(child, parent) { |
if (child.prototype.__proto__) { |
child.prototype.__proto__ = parent.prototype; |