mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
hw: Fix typos found by codespell
Signed-off-by: Stefan Weil <sw@weilnetz.de> Acked-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
5bb8590d37
commit
b12227afb1
11 changed files with 15 additions and 15 deletions
|
@ -27,7 +27,7 @@
|
|||
* this it needs a backend to manage the datas, the same as other
|
||||
* memory-related devices. In this case as the backend is so trivial we
|
||||
* have merged it with the frontend instead of creating and maintaining a
|
||||
* seperate backend.
|
||||
* separate backend.
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
|
@ -79,7 +79,7 @@ static void generic_loader_realize(DeviceState *dev, Error **errp)
|
|||
"loading memory values");
|
||||
return;
|
||||
} else if (!s->data_len) {
|
||||
/* We cant' check for !data here as a value of 0 is still valid. */
|
||||
/* We can't check for !data here as a value of 0 is still valid. */
|
||||
error_setg(errp, "Both data and data-len must be specified");
|
||||
return;
|
||||
} else if (s->data_len > 8) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue