aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2025-05-07 20:07:16 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2025-05-09 23:49:26 +0300
commit231a8420deed10046e0d8cf23a8a134dc7626cb4 (patch)
tree5a4b7e87cb20c0f1ff8b7e9e77057c5fdbb14fb3
parent2ddf5a8714221568dbdd8119ca123933cf5fad46 (diff)
downloadqemu-231a8420deed10046e0d8cf23a8a134dc7626cb4.zip
qemu-231a8420deed10046e0d8cf23a8a134dc7626cb4.tar.gz
qemu-231a8420deed10046e0d8cf23a8a134dc7626cb4.tar.bz2
hw/display/apple-gfx.m: fix "in in" typo in comment
Suggested-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r--hw/display/apple-gfx.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/apple-gfx.m b/hw/display/apple-gfx.m
index 2ff1c90..8dde1f1 100644
--- a/hw/display/apple-gfx.m
+++ b/hw/display/apple-gfx.m
@@ -69,7 +69,7 @@ struct PGTask_s {
mach_vm_address_t address;
uint64_t len;
/*
- * All unique MemoryRegions for which a mapping has been created in in this
+ * All unique MemoryRegions for which a mapping has been created in this
* task, and on which we have thus called memory_region_ref(). There are
* usually very few regions of system RAM in total, so we expect this array
* to be very short. Therefore, no need for sorting or fancy search