summary refs log tree commit diff stats
path: root/hw/usb
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2022-11-05 14:48:50 +0300
committerGerd Hoffmann <kraxel@redhat.com>2022-11-23 12:26:25 +0100
commitd68640f515320bf38617b68c970b569997cf0444 (patch)
treeaa666bf7b328f7c3c0a0c7e613b768861d721cce /hw/usb
parent29e0bfffab87d89c65c0890607e203b1579590a3 (diff)
downloadfocaccia-qemu-d68640f515320bf38617b68c970b569997cf0444.tar.gz
focaccia-qemu-d68640f515320bf38617b68c970b569997cf0444.zip
hw/usb/hcd-xhci.c: spelling: tranfer
Fixes: effaf5a240e03020f4ae953e10b764622c3e87cc
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Message-Id: <20221105114851.306206-1-mjt@msgid.tls.msk.ru>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb')
-rw-r--r--hw/usb/hcd-xhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c
index 8299f35e66..b89b618ec2 100644
--- a/hw/usb/hcd-xhci.c
+++ b/hw/usb/hcd-xhci.c
@@ -796,7 +796,7 @@ static int xhci_ring_chain_length(XHCIState *xhci, const XHCIRing *ring)
          */
     } while (length < TRB_LINK_LIMIT * 65536 / TRB_SIZE);
 
-    qemu_log_mask(LOG_GUEST_ERROR, "%s: exceeded maximum tranfer ring size!\n",
+    qemu_log_mask(LOG_GUEST_ERROR, "%s: exceeded maximum transfer ring size!\n",
                           __func__);
 
     return -1;