From af23902bd941eae86ce8cfd7c0074e4f30b69446 Mon Sep 17 00:00:00 2001 From: ths Date: Sat, 20 Jan 2007 00:29:01 +0000 Subject: [PATCH] Fix typo. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2337 c046a42c-6fe2-441c-8c8c-71466251a162 --- 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 bee29db0d0..12343e0ade 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.11.0