summaryrefslogtreecommitdiff
path: root/src/vm/ibclogger.h
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/ibclogger.h
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/ibclogger.h')
-rw-r--r--src/vm/ibclogger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/ibclogger.h b/src/vm/ibclogger.h
index 2fc5534e63..9f31151e64 100644
--- a/src/vm/ibclogger.h
+++ b/src/vm/ibclogger.h
@@ -389,7 +389,7 @@ public:
// IBCLogger is responsible for collecting profile data. Logging is turned on by the
-// COMPLUS_ZapBBInstr environment variable, and the actual writing to the file
+// COMPlus_ZapBBInstr environment variable, and the actual writing to the file
// occurs in code:Module.WriteMethodProfileDataLogFile
class IBCLogger
{