qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [6282] target-ppc: fix comment about boot device in ppc_old


From: Aurelien Jarno
Subject: [Qemu-devel] [6282] target-ppc: fix comment about boot device in ppc_oldworld.c
Date: Tue, 13 Jan 2009 19:08:00 +0000

Revision: 6282
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6282
Author:   aurel32
Date:     2009-01-13 19:07:59 +0000 (Tue, 13 Jan 2009)

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

Signed-off-by: Aurelien Jarno <address@hidden>

Modified Paths:
--------------
    trunk/hw/ppc_oldworld.c

Modified: trunk/hw/ppc_oldworld.c
===================================================================
--- trunk/hw/ppc_oldworld.c     2009-01-13 19:03:57 UTC (rev 6281)
+++ trunk/hw/ppc_oldworld.c     2009-01-13 19:07:59 UTC (rev 6282)
@@ -255,7 +255,7 @@
 #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);
         }
     }






reply via email to

[Prev in Thread] Current Thread [Next in Thread]