]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/display/apple-gfx.m: fix "in in" typo in comment
authorMichael Tokarev <mjt@tls.msk.ru>
Wed, 7 May 2025 17:07:16 +0000 (20:07 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 9 May 2025 20:49:26 +0000 (23:49 +0300)
Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/display/apple-gfx.m

index 2ff1c90df71a0c4278120cfec37d67bec6c383cc..8dde1f138dce22f2f66ad1abc6b1af35390f2c3a 100644 (file)
@@ -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