summary refs log tree commit diff stats
path: root/hw/xen/xen-hvm-common.c
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2025-05-07 20:03:13 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2025-05-09 23:49:26 +0300
commitf9028224e74bd9d25bdaac05b76cac03d53fbaee (patch)
treec3e00be0b36889dec333deccffb5199895502937 /hw/xen/xen-hvm-common.c
parent8c3edfa94cc981f1964e6c957314f0248fd9b4c3 (diff)
downloadfocaccia-qemu-f9028224e74bd9d25bdaac05b76cac03d53fbaee.tar.gz
focaccia-qemu-f9028224e74bd9d25bdaac05b76cac03d53fbaee.zip
hw/xen/xen-hvm-common.c: fix "the the" typo in comment
Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/xen/xen-hvm-common.c')
-rw-r--r--hw/xen/xen-hvm-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xen/xen-hvm-common.c b/hw/xen/xen-hvm-common.c
index 9a677e8ed7..78e0bc8f64 100644
--- a/hw/xen/xen-hvm-common.c
+++ b/hw/xen/xen-hvm-common.c
@@ -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) {