On 11/3/21 6:53 AM, Philippe Mathieu-Daudé wrote:
Fix 'Identifer' -> 'Identifier' typo.
Cc: Laurent Vivier<[email protected]>
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é<[email protected]>
---
include/hw/char/goldfish_tty.h | 2 +-
include/hw/intc/goldfish_pic.h | 2 +-
include/hw/intc/m68k_irqc.h | 2 +-
include/hw/misc/virt_ctrl.h | 2 +-
hw/char/goldfish_tty.c | 2 +-
hw/intc/goldfish_pic.c | 2 +-
hw/intc/m68k_irqc.c | 2 +-
hw/m68k/virt.c | 2 +-
hw/misc/virt_ctrl.c | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~