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>
master
Michael Tokarev 2023-11-14 19:11:33 +03:00
parent 1a9c9a6f8a
commit d1c2fbc9c1
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}