qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 1/4] hw: Spelling fix in log message


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 1/4] hw: Spelling fix in log message
Date: Mon, 21 Jan 2013 11:59:40 +0100

From: Stefan Weil <address@hidden>

defineition -> definition

Signed-off-by: Stefan Weil <address@hidden>
Reviewed-by: Andreas F=E4rber <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 hw/openrisc_sim.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/openrisc_sim.c b/hw/openrisc_sim.c
index fb47cdc..6c443ba 100644
--- a/hw/openrisc_sim.c
+++ b/hw/openrisc_sim.c
@@ -107,7 +107,7 @@ static void openrisc_sim_init(QEMUMachineInitArgs *args)
     for (n = 0; n < smp_cpus; n++) {
         cpu = cpu_openrisc_init(cpu_model);
         if (cpu == NULL) {
-            qemu_log("Unable to find CPU defineition!\n");
+            qemu_log("Unable to find CPU definition!\n");
             exit(1);
         }
         qemu_register_reset(main_cpu_reset, cpu);
-- 
1.8.1




reply via email to

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