Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 56d4922

Browse files
authored
Change COMPLus -> COMPlus
1 parent cc35bc9 commit 56d4922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/project-docs/linux-performance-tracing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Filtering is implemented on Windows through the latest mechanisms provided with
120120
On Linux those mechanisms are not available yet. Instead, there are two environment variables that exist just on linux to do some basic filtering.
121121
122122
* COMPlus_EventSourceFilter – filter event sources by name
123-
* COMPLus_EventNameFilter – filter events by name
123+
* COMPlus_EventNameFilter – filter events by name
124124
125125
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.
126126

0 commit comments

Comments
 (0)