From 007acaa1f647d1562926e4a68451718a2a76e78c Mon Sep 17 00:00:00 2001 From: iSazonov Date: Wed, 3 Oct 2018 08:41:13 +0500 Subject: [PATCH] Remove last hang term --- .../engine/remoting/commands/newrunspacecommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System.Management.Automation/engine/remoting/commands/newrunspacecommand.cs b/src/System.Management.Automation/engine/remoting/commands/newrunspacecommand.cs index a229d785574..ea3ce568941 100644 --- a/src/System.Management.Automation/engine/remoting/commands/newrunspacecommand.cs +++ b/src/System.Management.Automation/engine/remoting/commands/newrunspacecommand.cs @@ -1353,7 +1353,7 @@ internal override event EventHandler OperationComplete /// /// There are two problems that need to be handled. /// 1) We need to make sure that the ThrottleManager StartComplete and StopComplete - /// operation events are called or the ThrottleManager will never end (hang). + /// operation events are called or the ThrottleManager will never end (will stop reponding). /// 2) The HandleRunspaceStateChanged event handler remains in the Runspace /// StateChanged event call chain until this object is disposed. We have to /// disallow the HandleRunspaceStateChanged event from running and throwing