Fix the duplicate "in" preposition in a few comments. Signed-off: Gustavo Romero <gustavo.rom...@linaro.org> Suggested-by: Thomas Huth <th...@redhat.com> --- hw/display/apple-gfx.m | 2 +- qapi/machine-target.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
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 @@ static dispatch_queue_t get_background_queue(void) 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 diff --git a/qapi/machine-target.json b/qapi/machine-target.json index 541f93eeb7..426ce4ee82 100644 --- a/qapi/machine-target.json +++ b/qapi/machine-target.json @@ -350,7 +350,7 @@ # migration-safe in the future (since 4.1) # # @deprecated: If true, this CPU model is deprecated and may be -# removed in in some future version of QEMU according to the QEMU +# removed in some future version of QEMU according to the QEMU # deprecation policy. (since 5.2) # # @unavailable-features is a list of QOM property names that represent -- 2.34.1