mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
other architectures: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
673d821541
commit
8b81968c1c
29 changed files with 58 additions and 58 deletions
|
@ -734,7 +734,7 @@ static void next_irq(void *opaque, int number, int level)
|
|||
M68kCPU *cpu = s->cpu;
|
||||
int shift = 0;
|
||||
|
||||
/* first switch sets interupt status */
|
||||
/* first switch sets interrupt status */
|
||||
/* DPRINTF("IRQ %i\n",number); */
|
||||
switch (number) {
|
||||
/* level 3 - floppy, kbd/mouse, power, ether rx/tx, scsi, clock */
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
OBJECT_DECLARE_SIMPLE_TYPE(NextKBDState, NEXTKBD)
|
||||
|
||||
/* following defintions from next68k netbsd */
|
||||
/* following definitions from next68k netbsd */
|
||||
#define CSR_INT 0x00800000
|
||||
#define CSR_DATA 0x00400000
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
*
|
||||
* QEMU Vitual M68K Machine
|
||||
* QEMU Virtual M68K Machine
|
||||
*
|
||||
* (c) 2020 Laurent Vivier <laurent@vivier.eu>
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue