Module Name: src
Committed By: msaitoh
Date: Sun Dec 5 04:24:08 UTC 2021
Modified Files:
src/common/lib/libx86emu: x86emu.c
Log Message:
s/asychronous/asynchronous/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 src/common/lib/libx86emu/x86emu.c:1.12
--- src/common/lib/libx86emu/x86emu.c:1.11 Sun Dec 5 03:24:19 2021
+++ src/common/lib/libx86emu/x86emu.c Sun Dec 5 04:24:08 2021
@@ -1,4 +1,5 @@
-/* $NetBSD: x86emu.c,v 1.11 2021/12/05 03:24:19 msaitoh Exp $ */
+
+/* $NetBSD: x86emu.c,v 1.12 2021/12/05 04:24:08 msaitoh Exp $ */
/****************************************************************************
*
@@ -174,7 +175,7 @@ static uint32_t pop_long (struct X86EMU
/****************************************************************************
REMARKS:
-Handles any pending asychronous interrupts.
+Handles any pending asynchronous interrupts.
****************************************************************************/
static void
x86emu_intr_dispatch(struct X86EMU *emu, uint8_t intno)