Commit af23902bd941eae86ce8cfd7c0074e4f30b69446
1 parent
472c5273
Fix typo.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2337 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
hw/mips_malta.c
| @@ -291,7 +291,7 @@ MaltaFPGAState *malta_fpga_init(target_phys_addr_t base) | @@ -291,7 +291,7 @@ MaltaFPGAState *malta_fpga_init(target_phys_addr_t base) | ||
| 291 | cpu_register_physical_memory(base, 0x100000, malta); | 291 | cpu_register_physical_memory(base, 0x100000, malta); |
| 292 | 292 | ||
| 293 | s->display = qemu_chr_open("vc"); | 293 | s->display = qemu_chr_open("vc"); |
| 294 | - qemu_chr_printf(s->display, "\e[HMalta LEBDAR\r\n"); | 294 | + qemu_chr_printf(s->display, "\e[HMalta LEDBAR\r\n"); |
| 295 | qemu_chr_printf(s->display, "+--------+\r\n"); | 295 | qemu_chr_printf(s->display, "+--------+\r\n"); |
| 296 | qemu_chr_printf(s->display, "+ +\r\n"); | 296 | qemu_chr_printf(s->display, "+ +\r\n"); |
| 297 | qemu_chr_printf(s->display, "+--------+\r\n"); | 297 | qemu_chr_printf(s->display, "+--------+\r\n"); |