From: Michael Tokarev Date: Wed, 7 May 2025 17:03:13 +0000 (+0300) Subject: hw/xen/xen-hvm-common.c: fix "the the" typo in comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9028224e74bd9d25bdaac05b76cac03d53fbaee;p=thirdparty%2Fqemu.git hw/xen/xen-hvm-common.c: fix "the the" typo in comment Suggested-by: Thomas Huth Signed-off-by: Michael Tokarev --- 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) {