From f2dded87aa710d44dbae49118430813ea1600b8b Mon Sep 17 00:00:00 2001 From: ths Date: Sat, 20 Jan 2007 00:29:01 +0000 Subject: [PATCH] Fix typo. --- hw/mips_malta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/mips_malta.c b/hw/mips_malta.c index bee29db0d..12343e0ad 100644 --- a/hw/mips_malta.c +++ b/hw/mips_malta.c @@ -291,7 +291,7 @@ MaltaFPGAState *malta_fpga_init(target_phys_addr_t base) cpu_register_physical_memory(base, 0x100000, malta); s->display = qemu_chr_open("vc"); - qemu_chr_printf(s->display, "\e[HMalta LEBDAR\r\n"); + qemu_chr_printf(s->display, "\e[HMalta LEDBAR\r\n"); qemu_chr_printf(s->display, "+--------+\r\n"); qemu_chr_printf(s->display, "+ +\r\n"); qemu_chr_printf(s->display, "+--------+\r\n"); -- 2.39.5