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/host-libusb.c | |
| parent | 13b250b12ad3c59114a6a17d59caf073ce45b33a (diff) | |
| download | focaccia-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/host-libusb.c')
| -rw-r--r-- | hw/usb/host-libusb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb/host-libusb.c b/hw/usb/host-libusb.c index 00f6fbb29b..d0d46dd0a4 100644 --- a/hw/usb/host-libusb.c +++ b/hw/usb/host-libusb.c @@ -1706,7 +1706,7 @@ static void usb_host_free_streams(USBDevice *udev, USBEndpoint **eps, /* * This is *NOT* about restoring state. We have absolutely no idea * what state the host device is in at the moment and whenever it is - * still present in the first place. Attemping to contine where we + * still present in the first place. Attempting to continue where we * left off is impossible. * * What we are going to do here is emulate a surprise removal of |