diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2024-04-20 12:10:59 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2024-04-20 12:10:59 +0000 |
| commit | 604511f84ae6378db25ae3080e9db2e3bc9e0811 (patch) | |
| tree | acd22df1a98046497527613b57cd2fb4135a8021 /sys/dev/usb | |
| parent | d2747968c068b8cfc890901f4955037bad7adb9a (diff) | |
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/usb_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_device.c b/sys/dev/usb/usb_device.c index a4355de237c5..c4fe3b4a6ab6 100644 --- a/sys/dev/usb/usb_device.c +++ b/sys/dev/usb/usb_device.c @@ -2484,7 +2484,7 @@ usb_devinfo(struct usb_device *udev, char *dst_ptr, uint16_t dst_len) #ifdef USB_VERBOSE /* - * Descriptions of of known vendors and devices ("products"). + * Descriptions of known vendors and devices ("products"). */ struct usb_knowndev { uint16_t vendor; |
