projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b34aee5
)
hw/ipmi: fix spelling
author
Michael Tokarev
<mjt@tls.msk.ru>
Wed, 18 May 2016 12:45:14 +0000
(15:45 +0300)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Tue, 7 Jun 2016 15:02:48 +0000
(18:02 +0300)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Acked-by: Corey Minyard <cminyard@mvista.com>
hw/ipmi/ipmi_bmc_extern.c
patch
|
blob
|
history
diff --git
a/hw/ipmi/ipmi_bmc_extern.c
b/hw/ipmi/ipmi_bmc_extern.c
index fe12112a2f397a7203ad2dee019487a1cd52f2bd..157879e17733ae271b4e88b0f00f7f7e056274dd 100644
(file)
--- 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 comm
m
and\n");
+ " previous command\n");
abort();
}