]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/xen/xen-hvm-common.c: fix "the the" typo in comment
authorMichael Tokarev <mjt@tls.msk.ru>
Wed, 7 May 2025 17:03:13 +0000 (20:03 +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/xen/xen-hvm-common.c

index 9a677e8ed7490ef292e6bc77fe454b519d2c5eaa..78e0bc8f644ea2315c20e1659c434ed3fe9011d8 100644 (file)
@@ -711,7 +711,7 @@ static int xen_map_ioreq_server(XenIOState *state)
     /*
      * If we fail to map the shared page with xenforeignmemory_map_resource()
      * or if we're using buffered ioreqs, we need xen_get_ioreq_server_info()
-     * to provide the the addresses to map the shared page and/or to get the
+     * to provide the addresses to map the shared page and/or to get the
      * event-channel port for buffered ioreqs.
      */
     if (state->shared_page == NULL || state->has_bufioreq) {