mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
fix spelling in main directory
Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
9b2260cbd5
commit
07f35073c6
15 changed files with 22 additions and 22 deletions
|
@ -480,7 +480,7 @@ void print_option_parameters(QEMUOptionParameter *list)
|
|||
printf("%s=%" PRId64 " ", list->name, list->value.n);
|
||||
break;
|
||||
default:
|
||||
printf("%s=(unkown type) ", list->name);
|
||||
printf("%s=(unknown type) ", list->name);
|
||||
break;
|
||||
}
|
||||
list++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue