From 231a8420deed10046e0d8cf23a8a134dc7626cb4 Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Wed, 7 May 2025 20:07:16 +0300 Subject: [PATCH] hw/display/apple-gfx.m: fix "in in" typo in comment Suggested-by: Thomas Huth Signed-off-by: Michael Tokarev --- hw/display/apple-gfx.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5