From a1d80194e11406d56ec8542343657bab910d8479 Mon Sep 17 00:00:00 2001 From: Valery Ushakov Date: Wed, 1 Jun 2016 21:01:28 +0300 Subject: Fix typo in comment. --- emu/NetBSD/asm-386.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3