typo (#1625)
authorSung Yoon Whang <suwhang@microsoft.com>
Fri, 2 Oct 2020 00:18:57 +0000 (17:18 -0700)
committerGitHub <noreply@github.com>
Fri, 2 Oct 2020 00:18:57 +0000 (17:18 -0700)
src/Tools/dotnet-trace/Extensions.cs

index 4c0b29e668eb76e23d35fe8c27fd1c7039d649c1..b4f704b4a0452413232c9b293e7a18148fa1dc2b 100644 (file)
@@ -38,11 +38,11 @@ namespace Microsoft.Diagnostics.Tools.Trace
             { "overrideandsuppressngenevents", 0x40000 },
             { "type", 0x80000 },
             { "gcheapdump", 0x100000 },
-            { "gcsampledobjectallcationhigh", 0x200000 },
+            { "gcsampledobjectallocationhigh", 0x200000 },
             { "gcheapsurvivalandmovement", 0x400000 },
             { "gcheapcollect", 0x800000 },
             { "gcheapandtypenames", 0x1000000 },
-            { "gcsampledobjectallcationlow", 0x2000000 },
+            { "gcsampledobjectallocationlow", 0x2000000 },
             { "perftrack", 0x20000000 },
             { "stack", 0x40000000 },
             { "threadtransfer", 0x80000000 },