summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorGergely Kalapos <gergo@kalapos.net>2019-04-15 04:44:53 +0200
committerDan Moseley <danmose@microsoft.com>2019-04-14 19:44:53 -0700
commite54a030ddd11f96a6f7fb6ca6fe4d1166d7571fa (patch)
tree2b21ee5a5f74c6c12a73c4bae4a9178603b4a492 /Documentation
parent4514009bc99d56ef4a453af76484d90f6641d078 (diff)
downloadcoreclr-e54a030ddd11f96a6f7fb6ca6fe4d1166d7571fa.tar.gz
coreclr-e54a030ddd11f96a6f7fb6ca6fe4d1166d7571fa.tar.bz2
coreclr-e54a030ddd11f96a6f7fb6ca6fe4d1166d7571fa.zip
Fix typo in environment variable name - profiler loading doc (#23983)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Profiling/Profiler Loading.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Profiling/Profiler Loading.md b/Documentation/Profiling/Profiler Loading.md
index 73286298da..acc0bab9c5 100644
--- a/Documentation/Profiling/Profiler Loading.md
+++ b/Documentation/Profiling/Profiler Loading.md
@@ -16,7 +16,7 @@ If any of these environment variable are present, we skip the registry look up a
A couple things to note about this:
- If you specify `CORECLR_PROFILER_PATH` _and_ register your profiler, then `CORECLR_PROFILER_PATH` always wins. Even if `CORECLR_PROFILER_PATH` points to an invalid path, we will still use `CORECLR_PROFILER_PATH`, and just fail to load your profiler.
-- `CORECLR_R_PROFILER` is _always required_. If you specify `CORECLR_PROFILER_PATH`, we skip the registry look up. We still need to know your profiler's CLSID, so we can pass it to your class factory's CreateInstance call.
+- `CORECLR_PROFILER` is _always required_. If you specify `CORECLR_PROFILER_PATH`, we skip the registry look up. We still need to know your profiler's CLSID, so we can pass it to your class factory's CreateInstance call.
## Through the registry (Windows Only)