mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06: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:
parent
2ddf5a8714
commit
231a8420de
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue