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/profilinghelper.inl | |
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/profilinghelper.inl')
-rw-r--r-- | src/vm/profilinghelper.inl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/profilinghelper.inl b/src/vm/profilinghelper.inl index 7c6f78631f..b195a3165e 100644 --- a/src/vm/profilinghelper.inl +++ b/src/vm/profilinghelper.inl @@ -134,7 +134,7 @@ inline void ProfilingAPIUtility::LogNoInterfaceError(REFIID iidRequested, LPCWST // ProfilingAPIUtility::ShouldInjectProfAPIFault // // Description: -// Determines whether COMPLUS_ProfAPIFault is set to a bitmask value +// Determines whether COMPlus_ProfAPIFault is set to a bitmask value // with the specified flag set // // Return Value: |