diff options
author | Manu <manu-silicon@users.noreply.github.com> | 2016-03-16 10:44:44 +0900 |
---|---|---|
committer | Manu <manu-silicon@users.noreply.github.com> | 2016-03-16 11:05:13 +0900 |
commit | 26efa5f75632a6372070c3f71a41adf85b5ad6f6 (patch) | |
tree | 6f2f322e7aaceef3f4f7a4470b25e669cc015fb7 /src/vm/clrex.cpp | |
parent | 8546dc3c08779f75e1f71b9f1e41095c16c4f46b (diff) | |
download | coreclr-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/clrex.cpp')
-rw-r--r-- | src/vm/clrex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/clrex.cpp b/src/vm/clrex.cpp index de6c2176f3..c8fc2f3886 100644 --- a/src/vm/clrex.cpp +++ b/src/vm/clrex.cpp @@ -2669,7 +2669,7 @@ CLRLastThrownObjectException* CLRLastThrownObjectException::Validate() " Please get a good stack trace of the exception that was thrown first\n" " (by re-running the app & catching first chance exceptions), find\n" " the caller of Validate, and file a bug against the owner.\n\n" - "To suppress this assert 'set COMPLUS_SuppressLostExceptionTypeAssert=1'"); + "To suppress this assert 'set COMPlus_SuppressLostExceptionTypeAssert=1'"); } } } |