Index: sdk/lib/_internal/js_runtime/lib/js_rti.dart |
diff --git a/sdk/lib/_internal/js_runtime/lib/js_rti.dart b/sdk/lib/_internal/js_runtime/lib/js_rti.dart |
index 66c198f19d50bd450b72acbe46ffac60f3fe5832..2e1c8d702e10323a682f5e01728c27a65a5eab79 100644 |
--- a/sdk/lib/_internal/js_runtime/lib/js_rti.dart |
+++ b/sdk/lib/_internal/js_runtime/lib/js_rti.dart |
@@ -27,7 +27,7 @@ |
* |
* To check subtype relations between generic classes we use a JavaScript |
* expression that describes the necessary substitution for type arguments. |
- * Such a substitution expresssion can be: |
+ * Such a substitution expression can be: |
* 1) `null`, if no substituted check is necessary, because the |
* type variables are the same or there are no type variables in the class |
* that is checked for. |