summary refs log tree commit diff stats
path: root/hw/usb/desc.h
diff options
context:
space:
mode:
authorCai Huoqing <caihuoqing@baidu.com>2021-07-30 09:27:20 +0800
committerGerd Hoffmann <kraxel@redhat.com>2021-09-01 06:37:13 +0200
commitae420c957aff2871b8a1af9cf9ee1a7a75b3552b (patch)
tree7b79488ffe34973112d13be328efccba9cc11709 /hw/usb/desc.h
parent13b250b12ad3c59114a6a17d59caf073ce45b33a (diff)
downloadfocaccia-qemu-ae420c957aff2871b8a1af9cf9ee1a7a75b3552b.tar.gz
focaccia-qemu-ae420c957aff2871b8a1af9cf9ee1a7a75b3552b.zip
hw/usb: Fix typo in comments and print
Fix typo:
*informations  ==> information
*enougth  ==> enough
*enouth  ==> enough
*registy  ==> registry
*releated  ==> related
*Ouptut  ==> Output
*manualy  ==> manually
*Attemping  ==> Attempting
*contine  ==> continue
*tranceiver  ==> transceiver
*Tranceiver  ==> Transceiver

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Message-Id: <20210730012720.2246-1-caihuoqing@baidu.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb/desc.h')
-rw-r--r--hw/usb/desc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb/desc.h b/hw/usb/desc.h
index 4d81c68e0e..3ac604ecfa 100644
--- a/hw/usb/desc.h
+++ b/hw/usb/desc.h
@@ -133,7 +133,7 @@ struct USBDescConfig {
     const USBDescIface        *ifs;
 };
 
-/* conceptually an Interface Association Descriptor, and releated interfaces */
+/* conceptually an Interface Association Descriptor, and related interfaces */
 struct USBDescIfaceAssoc {
     uint8_t                   bFirstInterface;
     uint8_t                   bInterfaceCount;