summaryrefslogtreecommitdiff
path: root/src/vm/eetoprofinterfaceimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/eetoprofinterfaceimpl.cpp')
-rw-r--r--src/vm/eetoprofinterfaceimpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/eetoprofinterfaceimpl.cpp b/src/vm/eetoprofinterfaceimpl.cpp
index 40b863f93e..faae65f2eb 100644
--- a/src/vm/eetoprofinterfaceimpl.cpp
+++ b/src/vm/eetoprofinterfaceimpl.cpp
@@ -5328,7 +5328,7 @@ HRESULT EEToProfInterfaceImpl::RuntimeThreadResumed(ThreadID resumedThreadId)
// ICorProfilerInfo2::DoStackSnapshot! And that dude is called asynchronously and
// must therefore never cause a GC.
// Other reasons for notrigger: also called by notrigger dudes Thread::SysStartSuspendForDebug,
- // CheckSuspended, Thread::IsRunningIn, Thread::IsExecutingWithinCer, Thread::IsExecutingWithinCer,
+ // CheckSuspended, Thread::IsExecutingWithinCer, Thread::IsExecutingWithinCer,
// UnwindFrames
GC_NOTRIGGER;