Commit 8a901deff93bf608d8ba7dccd1fcb14863c487e1

Authored by aurel32
1 parent d07f22c5

target-ppc: fix comment about boot device in ppc_oldworld.c

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6282 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
hw/ppc_oldworld.c
... ... @@ -255,7 +255,7 @@ static void ppc_heathrow_init (ram_addr_t ram_size, int vga_ram_size,
255 255 #endif
256 256 }
257 257 if (ppc_boot_device == '\0') {
258   - fprintf(stderr, "No valid boot device for Mac99 machine\n");
  258 + fprintf(stderr, "No valid boot device for G3 Beige machine\n");
259 259 exit(1);
260 260 }
261 261 }
... ...