aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hw/ppc_oldworld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc_oldworld.c b/hw/ppc_oldworld.c
index 21b88b034..df999c50c 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);
}
}