Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/common/lib/libx86emu s/asychronous/asynchronous/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/7f4d4882effb
branches:  trunk
changeset: 1026682:7f4d4882effb
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 04:24:08 2021 +0000

description:
s/asychronous/asynchronous/ in comment.

diffstat:

 common/lib/libx86emu/x86emu.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 93789a2d4ec5 -r 7f4d4882effb common/lib/libx86emu/x86emu.c
--- a/common/lib/libx86emu/x86emu.c     Sun Dec 05 04:22:50 2021 +0000
+++ b/common/lib/libx86emu/x86emu.c     Sun Dec 05 04:24:08 2021 +0000
@@ -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 @@
 
 /****************************************************************************
 REMARKS:
-Handles any pending asychronous interrupts.
+Handles any pending asynchronous interrupts.
 ****************************************************************************/
 static void
 x86emu_intr_dispatch(struct X86EMU *emu, uint8_t intno)



Home | Main Index | Thread Index | Old Index