Module Name: src
Committed By: msaitoh
Date: Sun Dec 5 03:24:19 UTC 2021
Modified Files:
src/common/lib/libx86emu: x86emu.c
Log Message:
s/absense/absence/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/common/lib/libx86emu/x86emu.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/common/lib/libx86emu/x86emu.c
diff -u src/common/lib/libx86emu/x86emu.c:1.10 src/common/lib/libx86emu/x86emu.c:1.11
--- src/common/lib/libx86emu/x86emu.c:1.10 Mon Aug 4 21:41:44 2014
+++ src/common/lib/libx86emu/x86emu.c Sun Dec 5 03:24:19 2021
@@ -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 a
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.
****************************************************************************/