summaryrefslogtreecommitdiff
path: root/src/debug/daccess/dacdbiimplstackwalk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/daccess/dacdbiimplstackwalk.cpp')
-rw-r--r--src/debug/daccess/dacdbiimplstackwalk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/daccess/dacdbiimplstackwalk.cpp b/src/debug/daccess/dacdbiimplstackwalk.cpp
index 991f9d6915..1fd3202842 100644
--- a/src/debug/daccess/dacdbiimplstackwalk.cpp
+++ b/src/debug/daccess/dacdbiimplstackwalk.cpp
@@ -1003,7 +1003,7 @@ ULONG32 DacDbiInterfaceImpl::GetStackParameterSize(EECodeInfo * pCodeInfo)
//
// There are only two transition cases where we can reliably adjust for the callee stack parameter size:
// 1) when the debugger calls SetContext() with the CONTEXT of the first managed stack frame in a
-// managed stack chain (i.e. SetContext() with M2’s CONTEXT)
+// managed stack chain (i.e. SetContext() with M2's CONTEXT)
// - the M2U transition is protected by an explicit frame (aka Frame-chain frame)
// 2) when the debugger calls GetContext() on the first native stack frame in a native stack chain
// (i.e. GetContext() at U0)