]> git.proxmox.com Git - mirror_qemu.git/commitdiff
hw/usb/hcd-xhci.c: spelling: tranfer
authorMichael Tokarev <mjt@tls.msk.ru>
Sat, 5 Nov 2022 11:48:50 +0000 (14:48 +0300)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 23 Nov 2022 11:26:25 +0000 (12:26 +0100)
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>
hw/usb/hcd-xhci.c

index 8299f35e669550f0be6b37d4c987e64d50f3b8e1..b89b618ec2101e3861a4a9d3c64d1ac4ed4ca3ba 100644 (file)
@@ -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;