From: ths Date: Sat, 20 Jan 2007 00:29:01 +0000 (+0000) Subject: Fix typo. X-Git-Tag: release_0_9_1~1558 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f2dded87aa710d44dbae49118430813ea1600b8b;p=qemu-xen-4.1-testing.git Fix typo. --- 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");