From: David Mason Date: Tue, 13 Jul 2021 09:29:22 +0000 (-0700) Subject: Remove erroneous mentions of reverse server in comments (#2433) X-Git-Tag: submit/tizen/20220302.040122~25^2^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b2a188b12572e2c07cd04a8797f1f533099ea69;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Remove erroneous mentions of reverse server in comments (#2433) --- diff --git a/src/Microsoft.Diagnostics.NETCore.Client/DiagnosticsClient/DiagnosticsClient.cs b/src/Microsoft.Diagnostics.NETCore.Client/DiagnosticsClient/DiagnosticsClient.cs index 0da171b93..95aeac52d 100644 --- a/src/Microsoft.Diagnostics.NETCore.Client/DiagnosticsClient/DiagnosticsClient.cs +++ b/src/Microsoft.Diagnostics.NETCore.Client/DiagnosticsClient/DiagnosticsClient.cs @@ -163,7 +163,7 @@ namespace Microsoft.Diagnostics.NETCore.Client /// /// 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. /// /// Guid for the profiler to be attached /// Path to the profiler to be attached @@ -204,7 +204,7 @@ namespace Microsoft.Diagnostics.NETCore.Client } /// - /// Tell the runtime to resume execution after being paused for "reverse server" mode. + /// Tell the runtime to resume execution after being paused at startup. /// public void ResumeRuntime() {