Remove erroneous mentions of reverse server in comments (#2433)
authorDavid Mason <davmason@microsoft.com>
Tue, 13 Jul 2021 09:29:22 +0000 (02:29 -0700)
committerGitHub <noreply@github.com>
Tue, 13 Jul 2021 09:29:22 +0000 (02:29 -0700)
src/Microsoft.Diagnostics.NETCore.Client/DiagnosticsClient/DiagnosticsClient.cs

index 0da171b93824d8880cee3242063a7eda54f5eed7..95aeac52d7ae58746c7249f680c06ec703dd1ed0 100644 (file)
@@ -163,7 +163,7 @@ namespace Microsoft.Diagnostics.NETCore.Client
 
         /// <summary>
         /// Set a profiler as the startup profiler. It is only valid to issue this command
-        /// while the runtime is paused in the "reverse server" mode.
+        /// while the runtime is paused at startup.
         /// </summary>
         /// <param name="profilerGuid">Guid for the profiler to be attached</param>
         /// <param name="profilerPath">Path to the profiler to be attached</param>
@@ -204,7 +204,7 @@ namespace Microsoft.Diagnostics.NETCore.Client
         }
 
         /// <summary>
-        /// Tell the runtime to resume execution after being paused for "reverse server" mode.
+        /// Tell the runtime to resume execution after being paused at startup.
         /// </summary>
         public void ResumeRuntime()
         {