diff options
| author | Michael Tokarev <mjt@tls.msk.ru> | 2023-08-23 08:53:26 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-08-31 19:47:43 +0200 |
| commit | 2a8537cfbcf3d0a14e88c5bb42a43a6c8ed5955e (patch) | |
| tree | 5d0fe4d8f30962a68f0d5b356dec5a7bf0337f37 /hw/usb/xen-usb.c | |
| parent | b8d099825bb17328ac2823fd444177fa81aa1f10 (diff) | |
| download | focaccia-qemu-2a8537cfbcf3d0a14e88c5bb42a43a6c8ed5955e.tar.gz focaccia-qemu-2a8537cfbcf3d0a14e88c5bb42a43a6c8ed5955e.zip | |
hw/usb: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Message-ID: <20230823065335.1919380-14-mjt@tls.msk.ru> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/usb/xen-usb.c')
| -rw-r--r-- | hw/usb/xen-usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb/xen-usb.c b/hw/usb/xen-usb.c index 38ee660a30..09ec326aea 100644 --- a/hw/usb/xen-usb.c +++ b/hw/usb/xen-usb.c @@ -451,7 +451,7 @@ static int usbback_check_and_submit(struct usbback_req *usbback_req) wValue = le16_to_cpu(ctrl->wValue); /* - * When the device is first connected or resetted, USB device has no + * When the device is first connected or reset, USB device has no * address. In this initial state, following requests are sent to device * address (#0), * |