summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emu/NetBSD/asm-386.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/emu/NetBSD/asm-386.S b/emu/NetBSD/asm-386.S
index 5ad40284..9dec9351 100644
--- a/emu/NetBSD/asm-386.S
+++ b/emu/NetBSD/asm-386.S
@@ -23,7 +23,7 @@ executeonnewstack:
popl %eax /* recover the tramp address */
call *%eax /* and jump to it (ho ho) */
- /* if we return here, tramp didn't do it's job */
+ /* if we return here, tramp didn't do its job */
addl $8, %esp /* clean up for pose value */