mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user