summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Ushakov <uwe@stderr.spb.ru>2016-06-01 21:01:28 +0300
committerValery Ushakov <uwe@stderr.spb.ru>2016-06-01 21:01:28 +0300
commita1d80194e11406d56ec8542343657bab910d8479 (patch)
treed84940db963713457a2bb6f4b58e694dac7d2654
parent8261c403114ebc5b446c78fd20555ea004b514ad (diff)
Fix typo in comment.
-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 */