From 7c496db356ce08a00036c2f352fbfca7431364c0 Mon Sep 17 00:00:00 2001 From: msaitoh Date: Sun, 5 Dec 2021 03:24:19 +0000 Subject: [PATCH] s/absense/absence/ in comment. --- common/lib/libx86emu/x86emu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/lib/libx86emu/x86emu.c b/common/lib/libx86emu/x86emu.c index 8c800112be5e..b05448c93779 100644 --- a/common/lib/libx86emu/x86emu.c +++ b/common/lib/libx86emu/x86emu.c @@ -1,4 +1,4 @@ -/* $NetBSD: x86emu.c,v 1.10 2014/08/04 21:41:44 joerg Exp $ */ +/* $NetBSD: x86emu.c,v 1.11 2021/12/05 03:24:19 msaitoh Exp $ */ /**************************************************************************** * @@ -392,7 +392,7 @@ cpu-state-varible emu->x86.mode. There are several potential states: gs segment override ss segment override - ds/ss select (in absense of override) + ds/ss select (in absence of override) Each of the above 7 items are handled with a bit in the mode field. ****************************************************************************/