diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-11-25 19:52:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-11-25 19:52:09 +0000 |
commit | d830412f59d4c069c8fc20e462e7821d9f9e58c2 (patch) | |
tree | 7151e539272cb4bbeabd5598d91c73aa17d5f9fb /sys/dev/x86emu | |
parent | 92a67c9fe74254f56ef7ffafd255af190cbd2a83 (diff) |
spelling; from miod
Diffstat (limited to 'sys/dev/x86emu')
-rw-r--r-- | sys/dev/x86emu/x86emu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/x86emu/x86emu.c b/sys/dev/x86emu/x86emu.c index 45f512b921d..32bcf23c8f7 100644 --- a/sys/dev/x86emu/x86emu.c +++ b/sys/dev/x86emu/x86emu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x86emu.c,v 1.9 2014/06/15 11:04:49 pirofti Exp $ */ +/* $OpenBSD: x86emu.c,v 1.10 2018/11/25 19:52:08 jmc Exp $ */ /* $NetBSD: x86emu.c,v 1.7 2009/02/03 19:26:29 joerg Exp $ */ /* @@ -171,7 +171,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) |