diff mbox

[trivial] hw/ipmi: fix spelling

Message ID 1463575557-20797-1-git-send-email-mjt@msgid.tls.msk.ru
State New
Headers show

Commit Message

Michael Tokarev May 18, 2016, 12:45 p.m. UTC
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 hw/ipmi/ipmi_bmc_extern.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Corey Minyard May 18, 2016, 3:08 p.m. UTC | #1
On 05/18/2016 07:45 AM, Michael Tokarev wrote:
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
> ---
>   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 <cminyard@mvista.com>
diff mbox

Patch

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