Commited -> Committed
authorJohn Doe <github.john.doe@outlook.com>
Wed, 17 Apr 2019 23:12:30 +0000 (16:12 -0700)
committerJohn Doe <github.john.doe@outlook.com>
Wed, 17 Apr 2019 23:12:30 +0000 (16:12 -0700)
src/Tools/dotnet-counters/KnownData.cs

index ab59393a0c47f1335a8b6ce520375227330b05bf..a8e50c5cea36dbd3acd889a0b88f4a8a0051deeb 100644 (file)
@@ -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)" },
                 });