diff options
author | Philippe Mathieu-Daudé | 2021-11-03 11:53:11 +0100 |
---|---|---|
committer | Laurent Vivier | 2021-11-09 10:11:27 +0100 |
commit | 65b4c8c759a5c1a9cf207a3deb05dfdf09277161 (patch) | |
tree | e1b966b99496f8e1263dc92bd62340a408c989f1 /hw/char | |
parent | hmp: Add shortcut to stop command to match cont (diff) | |
download | qemu-65b4c8c759a5c1a9cf207a3deb05dfdf09277161.tar.gz qemu-65b4c8c759a5c1a9cf207a3deb05dfdf09277161.tar.xz qemu-65b4c8c759a5c1a9cf207a3deb05dfdf09277161.zip |
hw/m68k: Fix typo in SPDX tag
Fix 'Identifer' -> 'Identifier' typo.
Cc: Laurent Vivier <laurent@vivier.eu>
Fixes: 8c6df16ff60 ("hw/char: add goldfish-tty")
Fixes: 87855593903 ("hw/intc: add goldfish-pic")
Fixes: 2fde99ee312 ("m68k: add an interrupt controller")
Fixes: 0791bc02b8f ("m68k: add a system controller")
Fixes: e1cecdca559 ("m68k: add Virtual M68k Machine")
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20211103105311.3399293-1-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/char')
-rw-r--r-- | hw/char/goldfish_tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/char/goldfish_tty.c b/hw/char/goldfish_tty.c index 8365a18761..20b77885c1 100644 --- a/hw/char/goldfish_tty.c +++ b/hw/char/goldfish_tty.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifer: GPL-2.0-or-later + * SPDX-License-Identifier: GPL-2.0-or-later * * Goldfish TTY * |