diff mbox

hw: Spelling fix in log message

Message ID 1358358029-14684-1-git-send-email-sw@weilnetz.de
State Accepted
Headers show

Commit Message

Stefan Weil Jan. 16, 2013, 5:40 p.m. UTC
defineition -> definition

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 hw/openrisc_sim.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andreas Färber Jan. 16, 2013, 10:32 p.m. UTC | #1
Am 16.01.2013 18:40, schrieb Stefan Weil:
> defineition -> definition
> 
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>  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);

Reviewed-by: Andreas Färber <afaerber@suse.de>

Andreas
Stefan Hajnoczi Jan. 18, 2013, 1:43 p.m. UTC | #2
On Wed, Jan 16, 2013 at 06:40:29PM +0100, Stefan Weil wrote:
> defineition -> definition
> 
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>  hw/openrisc_sim.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches

Stefan
diff mbox

Patch

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);