Index: tests/compiler/dart2js_native/super_call_test.dart |
diff --git a/tests/compiler/dart2js_native/super_call_test.dart b/tests/compiler/dart2js_native/super_call_test.dart |
index 1281106fb16e0394c3d293be6bea7d79bf7fe2dc..44af3a2ceafda6a1e34341693d4240800cc21ab3 100644 |
--- a/tests/compiler/dart2js_native/super_call_test.dart |
+++ b/tests/compiler/dart2js_native/super_call_test.dart |
@@ -37,7 +37,7 @@ makeC() native; |
makeD() 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; |