summaryrefslogtreecommitdiff
path: root/src/vm/amd64/umthunkstub.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/amd64/umthunkstub.S')
-rw-r--r--src/vm/amd64/umthunkstub.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/amd64/umthunkstub.S b/src/vm/amd64/umthunkstub.S
index e388f15490..3e60bedb3f 100644
--- a/src/vm/amd64/umthunkstub.S
+++ b/src/vm/amd64/umthunkstub.S
@@ -83,7 +83,7 @@ LOCAL_LABEL(HaveThread):
mov r12, rax // r12 <- Thread*
- //FailFast if a native callable method invoked via ldftn and calli.
+ //FailFast if a native callable method is invoked via ldftn and calli.
cmp dword ptr [r12 + OFFSETOF__Thread__m_fPreemptiveGCDisabled], 1
jz LOCAL_LABEL(InvalidTransition)