summaryrefslogtreecommitdiff
path: root/src/debug/di/rsthread.cpp
diff options
context:
space:
mode:
authorPascal Borreli <pascal@borreli.com>2015-02-04 00:50:32 +0000
committerPascal Borreli <pascal@borreli.com>2015-02-04 18:15:43 +0000
commitf4deb582eddb445b6afee1f497bf295e9c3d3cd8 (patch)
tree2ae0e45263f7fa5e83cacdc8445dcca3d86fc7f2 /src/debug/di/rsthread.cpp
parent864d5c9f25ad3556b1dc294d148e7236ba93a2f4 (diff)
downloadcoreclr-f4deb582eddb445b6afee1f497bf295e9c3d3cd8.tar.gz
coreclr-f4deb582eddb445b6afee1f497bf295e9c3d3cd8.tar.bz2
coreclr-f4deb582eddb445b6afee1f497bf295e9c3d3cd8.zip
Fixed typos
Diffstat (limited to 'src/debug/di/rsthread.cpp')
-rw-r--r--src/debug/di/rsthread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/di/rsthread.cpp b/src/debug/di/rsthread.cpp
index 8966b7675b..82103699cf 100644
--- a/src/debug/di/rsthread.cpp
+++ b/src/debug/di/rsthread.cpp
@@ -1309,7 +1309,7 @@ void CordbThread::CleanupStack()
// Neuter outstanding CordbChainEnums, CordbFrameEnums, some CordbTypeEnums, and some CordbValueEnums.
m_RefreshStackNeuterList.NeuterAndClear(GetProcess());
- m_fContextFresh = false; // invalide the cached active CONTEXT
+ m_fContextFresh = false; // invalidate the cached active CONTEXT
m_vmLeftSideContext = VMPTR_CONTEXT::NullPtr(); // set the LS pointer to the active CONTEXT to NULL
m_fFramesFresh = false; // invalidate the cached stack trace (frames & chains)
m_userState = kInvalidUserState; // clear the cached user state