Index: sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart b/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart |
index 22e13da544e101a3b31b3b8f527a38546bd8643a..b50696c144da8b01ffe7fefa46230eaa95a08f3b 100644 |
--- a/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart |
+++ b/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart |
@@ -835,7 +835,7 @@ class _BufferingSendPort extends _BaseSendPort implements SendPort { |
SendPort _port; |
/** |
- * Future of the underlying port, so that we can detect when this port can be |
+ * Future.sync the underlying port, so that we can detect when this port can be |
* sent on messages. |
*/ |
Future<SendPort> _futurePort; |