| 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 8ab86dc9ecc8feb5de856c9afb504ca0ef789648..db10b541fe487444fbcb5c3a8b55274582f348e5 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;
|
|
|