Index: sdk/lib/_internal/js_runtime/lib/isolate_helper.dart |
diff --git a/sdk/lib/_internal/js_runtime/lib/isolate_helper.dart b/sdk/lib/_internal/js_runtime/lib/isolate_helper.dart |
index d66b967b44efd8cbb4fb464c58d3fd7d11686d83..f1b7df77ebd37581cc39d0e5fbfe1aa10d8e520b 100644 |
--- a/sdk/lib/_internal/js_runtime/lib/isolate_helper.dart |
+++ b/sdk/lib/_internal/js_runtime/lib/isolate_helper.dart |
@@ -499,7 +499,7 @@ class _IsolateContext implements IsolateContext { |
} |
/** |
- * Handle messages comming in on the control port. |
+ * Handle messages coming in on the control port. |
* |
* These events do not go through the event queue. |
* The `_globalState.currentContext` context is not set to this context |