Index: sdk/lib/isolate/isolate.dart |
diff --git a/sdk/lib/isolate/isolate.dart b/sdk/lib/isolate/isolate.dart |
index e3154f4399453192c6896f3032bd5bd106e44a05..2b82098cd190401abe9864d4a10af476b5bbd625 100644 |
--- a/sdk/lib/isolate/isolate.dart |
+++ b/sdk/lib/isolate/isolate.dart |
@@ -526,8 +526,8 @@ class Isolate { |
/** |
* Stops listening for uncaught errors from the isolate. |
* |
- * Requests for the isolate to not send uncaught errors on [responsePort]. |
- * If the isolate isn't expecting to send uncaught errors on [responsePort], |
+ * Requests for the isolate to not send uncaught errors on [port]. |
+ * If the isolate isn't expecting to send uncaught errors on [port], |
* because the port hasn't been added using [addErrorListener], |
* or because it has already been removed, the request is ignored. |
* |