hw/mem/memory-device.c: spelling fix: ontaining
Fixes: 6c1b28e9e4
"memory-device: Support empty memory devices"
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
1a9c9a6f8a
commit
d1c2fbc9c1
@ -29,7 +29,7 @@ static bool memory_device_is_empty(const MemoryDeviceState *md)
|
||||
/* dropping const here is fine as we don't touch the memory region */
|
||||
mr = mdc->get_memory_region((MemoryDeviceState *)md, &local_err);
|
||||
if (local_err) {
|
||||
/* Not empty, we'll report errors later when ontaining the MR again. */
|
||||
/* Not empty, we'll report errors later when containing the MR again. */
|
||||
error_free(local_err);
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user