mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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>
This commit is contained in:
parent
8c3edfa94c
commit
f9028224e7
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue