qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [Qemu-devel] [PATCH trivial] hw/ipmi: fix spelling


From: Corey Minyard
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH trivial] hw/ipmi: fix spelling
Date: Wed, 18 May 2016 10:08:50 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2

On 05/18/2016 07:45 AM, Michael Tokarev wrote:
Signed-off-by: Michael Tokarev <address@hidden>
---
  hw/ipmi/ipmi_bmc_extern.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/ipmi/ipmi_bmc_extern.c b/hw/ipmi/ipmi_bmc_extern.c
index fe12112..157879e 100644
--- a/hw/ipmi/ipmi_bmc_extern.c
+++ b/hw/ipmi/ipmi_bmc_extern.c
@@ -190,7 +190,7 @@ static void ipmi_bmc_extern_handle_command(IPMIBmc *b,
      if (ibe->outlen) {
          /* We already have a command queued.  Shouldn't ever happen. */
          fprintf(stderr, "IPMI KCS: Got command when not finished with the"
-                " previous commmand\n");
+                " previous command\n");
          abort();
      }
Thanks.

Acked-by: Corey Minyard <address@hidden>



reply via email to

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