summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorVance Morrison <vancem@microsoft.com>2018-03-05 10:08:35 -0800
committerGitHub <noreply@github.com>2018-03-05 10:08:35 -0800
commit56d49222361f0244cfcfa3d77b5bb2bfa582ac3f (patch)
treee488d0ad42716af2196eb726809871862960bbeb /Documentation
parentcc35bc9a58b68ba202de744a622540d4be4bc950 (diff)
downloadcoreclr-56d49222361f0244cfcfa3d77b5bb2bfa582ac3f.tar.gz
coreclr-56d49222361f0244cfcfa3d77b5bb2bfa582ac3f.tar.bz2
coreclr-56d49222361f0244cfcfa3d77b5bb2bfa582ac3f.zip
Change COMPLus -> COMPlus
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/project-docs/linux-performance-tracing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/project-docs/linux-performance-tracing.md b/Documentation/project-docs/linux-performance-tracing.md
index fdadc4b490..34a7a786f2 100644
--- a/Documentation/project-docs/linux-performance-tracing.md
+++ b/Documentation/project-docs/linux-performance-tracing.md
@@ -120,7 +120,7 @@ Filtering is implemented on Windows through the latest mechanisms provided with
On Linux those mechanisms are not available yet. Instead, there are two environment variables that exist just on linux to do some basic filtering.
* COMPlus_EventSourceFilter – filter event sources by name
-* COMPLus_EventNameFilter – filter events by name
+* COMPlus_EventNameFilter – filter events by name
Setting one or both of these variables will only enable collecting events that contain the name you specify as a substring. Strings are treated as case insensitive.