diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-13 19:07:59 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-13 19:07:59 +0000 |
commit | 8a901deff93bf608d8ba7dccd1fcb14863c487e1 (patch) | |
tree | 1b6372bff5ffd5e493153b3f620c332db47c5b50 | |
parent | d07f22c53051472ea26618821941a060b63d5453 (diff) | |
download | qemu-8a901deff93bf608d8ba7dccd1fcb14863c487e1.zip |
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
-rw-r--r-- | hw/ppc_oldworld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc_oldworld.c b/hw/ppc_oldworld.c index 21b88b034a..df999c50ca 100644 --- a/hw/ppc_oldworld.c +++ b/hw/ppc_oldworld.c @@ -255,7 +255,7 @@ static void ppc_heathrow_init (ram_addr_t ram_size, int vga_ram_size, #endif } if (ppc_boot_device == '\0') { - fprintf(stderr, "No valid boot device for Mac99 machine\n"); + fprintf(stderr, "No valid boot device for G3 Beige machine\n"); exit(1); } } |