From: Michael Tokarev Date: Wed, 7 May 2025 17:07:16 +0000 (+0300) Subject: hw/display/apple-gfx.m: fix "in in" typo in comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=231a8420deed10046e0d8cf23a8a134dc7626cb4;p=thirdparty%2Fqemu.git hw/display/apple-gfx.m: fix "in in" typo in comment Suggested-by: Thomas Huth Signed-off-by: Michael Tokarev --- diff --git a/hw/display/apple-gfx.m b/hw/display/apple-gfx.m index 2ff1c90df7..8dde1f138d 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