summaryrefslogtreecommitdiff
path: root/src/vm/stacksampler.cpp
diff options
context:
space:
mode:
authorManu <manu-silicon@users.noreply.github.com>2016-03-16 10:44:44 +0900
committerManu <manu-silicon@users.noreply.github.com>2016-03-16 11:05:13 +0900
commit26efa5f75632a6372070c3f71a41adf85b5ad6f6 (patch)
tree6f2f322e7aaceef3f4f7a4470b25e669cc015fb7 /src/vm/stacksampler.cpp
parent8546dc3c08779f75e1f71b9f1e41095c16c4f46b (diff)
downloadcoreclr-26efa5f75632a6372070c3f71a41adf85b5ad6f6.tar.gz
coreclr-26efa5f75632a6372070c3f71a41adf85b5ad6f6.tar.bz2
coreclr-26efa5f75632a6372070c3f71a41adf85b5ad6f6.zip
Update code to use COMPlus_ instead of COMPLUS_ when referencing knobs
Diffstat (limited to 'src/vm/stacksampler.cpp')
-rw-r--r--src/vm/stacksampler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/stacksampler.cpp b/src/vm/stacksampler.cpp
index efde608564..270d278b66 100644
--- a/src/vm/stacksampler.cpp
+++ b/src/vm/stacksampler.cpp
@@ -60,7 +60,7 @@
// JITting happened. But if we fail to acquire (ngen'ed method) or enter (unloaded domain) the original domain,
// we then try to JIT it under the thread's app domain in which the method was last seen to be executing.
//
-// o The JIT to use is configurable with COMPLUS_AltJitName when COMPLUS_StackSampling is enabled.
+// o The JIT to use is configurable with COMPlus_AltJitName when COMPlus_StackSampling is enabled.
//
// o One use case is to collect traces as an .mc file from SuperPMI Shim JIT.
//