summaryrefslogtreecommitdiff
path: root/src/vm/amd64/crthelpers.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/amd64/crthelpers.S')
-rw-r--r--src/vm/amd64/crthelpers.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/amd64/crthelpers.S b/src/vm/amd64/crthelpers.S
index 168359e192..a9b54e4d3b 100644
--- a/src/vm/amd64/crthelpers.S
+++ b/src/vm/amd64/crthelpers.S
@@ -8,7 +8,7 @@
// JIT_MemSet/JIT_MemCpy
//
-// It is IMPORANT that the exception handling code is able to find these guys
+// It is IMPORTANT that the exception handling code is able to find these guys
// on the stack, but on non-windows platforms we can just defer to the platform
// implementation.
//