From: John Doe Date: Wed, 17 Apr 2019 23:12:30 +0000 (-0700) Subject: Commited -> Committed X-Git-Tag: submit/tizen/20190813.035844~27^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0aacfa26fbd85dcbd6cb0ff5edcda51093570a48;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Commited -> Committed --- diff --git a/src/Tools/dotnet-counters/KnownData.cs b/src/Tools/dotnet-counters/KnownData.cs index ab59393a0..a8e50c5ce 100644 --- a/src/Tools/dotnet-counters/KnownData.cs +++ b/src/Tools/dotnet-counters/KnownData.cs @@ -31,7 +31,7 @@ namespace Microsoft.Diagnostics.Tools.Counters new CounterProfile{ Name="private-memory", Description="Amount of private virtual memory used by the process (KB)" }, new CounterProfile{ Name="working-set", Description="Amount of working set used by the process (KB)" }, new CounterProfile{ Name="virtual-memory", Description="Amount of virtual memory used by the process (KB)" }, - new CounterProfile{ Name="gc-total-memory", Description="Amount of commited virtual memory used by the GC (KB)" }, + new CounterProfile{ Name="gc-total-memory", Description="Amount of committed virtual memory used by the GC (KB)" }, new CounterProfile{ Name="exceptions-thrown-rate", Description="Number of exceptions thrown in a recent 1 minute window (exceptions/min)" }, });