diff options
author | Cai Huoqing <caihuoqing@baidu.com> | 2021-07-30 09:27:20 +0800 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-09-01 06:37:13 +0200 |
commit | ae420c957aff2871b8a1af9cf9ee1a7a75b3552b (patch) | |
tree | 7b79488ffe34973112d13be328efccba9cc11709 /hw/usb/quirks-ftdi-ids.h | |
parent | 13b250b12ad3c59114a6a17d59caf073ce45b33a (diff) | |
download | qemu-ae420c957aff2871b8a1af9cf9ee1a7a75b3552b.zip qemu-ae420c957aff2871b8a1af9cf9ee1a7a75b3552b.tar.gz qemu-ae420c957aff2871b8a1af9cf9ee1a7a75b3552b.tar.bz2 |
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/quirks-ftdi-ids.h')
-rw-r--r-- | hw/usb/quirks-ftdi-ids.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/usb/quirks-ftdi-ids.h b/hw/usb/quirks-ftdi-ids.h index 01aca55..f3cb157 100644 --- a/hw/usb/quirks-ftdi-ids.h +++ b/hw/usb/quirks-ftdi-ids.h @@ -625,9 +625,9 @@ * Definitions for Icom Inc. devices */ #define ICOM_VID 0x0C26 /* Icom vendor ID */ -/* Note: ID-1 is a communications tranceiver for HAM-radio operators */ +/* Note: ID-1 is a communications transceiver for HAM-radio operators */ #define ICOM_ID_1_PID 0x0004 /* ID-1 USB to RS-232 */ -/* Note: OPC is an Optional cable to connect an Icom Tranceiver */ +/* Note: OPC is an Optional cable to connect an Icom Transceiver */ #define ICOM_OPC_U_UC_PID 0x0018 /* OPC-478UC, OPC-1122U cloning cable */ /* Note: ID-RP* devices are Icom Repeater Devices for HAM-radio */ #define ICOM_ID_RP2C1_PID 0x0009 /* ID-RP2C Asset 1 to RS-232 */ |