aboutsummaryrefslogtreecommitdiff
path: root/hw/display/apple-gfx.m
diff options
context:
space:
mode:
Diffstat (limited to 'hw/display/apple-gfx.m')
-rw-r--r--hw/display/apple-gfx.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/apple-gfx.m b/hw/display/apple-gfx.m
index 2ff1c90..8dde1f1 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