[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 18/27] hw/mem/memory-device.c: spelling fix: ontaining
|
From: |
Michael Tokarev |
|
Subject: |
[PULL 18/27] hw/mem/memory-device.c: spelling fix: ontaining |
|
Date: |
Thu, 16 Nov 2023 10:44:32 +0300 |
Fixes: 6c1b28e9e405 "memory-device: Support empty memory devices"
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
hw/mem/memory-device.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/mem/memory-device.c b/hw/mem/memory-device.c
index e0704b8dc3..a1b1af26bc 100644
--- a/hw/mem/memory-device.c
+++ b/hw/mem/memory-device.c
@@ -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;
}
--
2.39.2
- [PULL 10/27] gdbstub: spelling fix: respectivelly, (continued)
- [PULL 10/27] gdbstub: spelling fix: respectivelly, Michael Tokarev, 2023/11/16
- [PULL 11/27] docs/about/deprecated.rst: spelling fix: becase, Michael Tokarev, 2023/11/16
- [PULL 09/27] hw/cxl: spelling fixes: limitaions, potentialy, intialized, Michael Tokarev, 2023/11/16
- [PULL 12/27] docs/devel/migration.rst: spelling fixes: doen't, diferent, responsability, recomend, Michael Tokarev, 2023/11/16
- [PULL 13/27] docs/system/arm/emulation.rst: spelling fix: Enhacements, Michael Tokarev, 2023/11/16
- [PULL 15/27] target/hppa: spelling fixes: Indicies, Truely, Michael Tokarev, 2023/11/16
- [PULL 17/27] contrib/vhost-user-gpu/virgl.c: spelling fix: mesage, Michael Tokarev, 2023/11/16
- [PULL 14/27] target/arm/tcg: spelling fixes: alse, addreses, Michael Tokarev, 2023/11/16
- [PULL 16/27] migration/rdma.c: spelling fix: asume, Michael Tokarev, 2023/11/16
- [PULL 19/27] hw/net/cadence_gem.c: spelling fixes: Octects, Michael Tokarev, 2023/11/16
- [PULL 18/27] hw/mem/memory-device.c: spelling fix: ontaining,
Michael Tokarev <=
- [PULL 22/27] include/hw/virtio/vhost.h: spelling fix: sate, Michael Tokarev, 2023/11/16
- [PULL 21/27] include/hw/hyperv/dynmem-proto.h: spelling fix: nunber, atleast, Michael Tokarev, 2023/11/16
- [PULL 20/27] include/block/ufs.h: spelling fix: setted, Michael Tokarev, 2023/11/16
- [PULL 23/27] target/riscv/cpu.h: spelling fix: separatly, Michael Tokarev, 2023/11/16
- [PULL 24/27] tests/qtest/migration-test.c: spelling fix: bandwith, Michael Tokarev, 2023/11/16
- [PULL 25/27] tests/qtest/ufs-test.c: spelling fix: tranfer, Michael Tokarev, 2023/11/16
- [PULL 26/27] util/filemonitor-inotify.c: spelling fix: kenel, Michael Tokarev, 2023/11/16
- [PULL 27/27] util/range.c: spelling fix: inbetween, Michael Tokarev, 2023/11/16
- Re: [PULL 00/27] Trivial patches for 2023-11-16, Stefan Hajnoczi, 2023/11/20