summaryrefslogtreecommitdiff
path: root/src/vm/i386/RedirectedHandledJITCase.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/i386/RedirectedHandledJITCase.asm')
-rw-r--r--src/vm/i386/RedirectedHandledJITCase.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/i386/RedirectedHandledJITCase.asm b/src/vm/i386/RedirectedHandledJITCase.asm
index 80345623e7..44a93bd10c 100644
--- a/src/vm/i386/RedirectedHandledJITCase.asm
+++ b/src/vm/i386/RedirectedHandledJITCase.asm
@@ -103,7 +103,7 @@ _ExceptionHijack@0 PROC PUBLIC
; This is where we land when we're hijacked from an IP by the debugger.
; The debugger has already pushed the args:
; - a CONTEXT
- ; - a EXCEPTION_RECORD onto the stack
+ ; - an EXCEPTION_RECORD onto the stack
; - an DWORD to use to mulitplex the hijack
; - an arbitrary void* data parameter
call _ExceptionHijackWorker@16