summaryrefslogtreecommitdiff
path: root/src/vm/stackwalk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/stackwalk.cpp')
-rw-r--r--src/vm/stackwalk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/stackwalk.cpp b/src/vm/stackwalk.cpp
index 72b9e3ccac..eb12aea750 100644
--- a/src/vm/stackwalk.cpp
+++ b/src/vm/stackwalk.cpp
@@ -1968,7 +1968,7 @@ ProcessFuncletsForGCReporting:
if (!m_fDidFuncletReportGCReferences)
{
- // we have reached the parent frame of the funclet which didn’t report roots since it was already unwound.
+ // we have reached the parent frame of the funclet which didn't report roots since it was already unwound.
// check if the parent frame of the funclet is also handling an exception. if it is, then we will need to
// report roots for it since the catch handler may use references inside it.