mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
usb(4): Remove a double word in a source code comment
- s/of of/of/ MFC after: 3 days
This commit is contained in:
parent
d2747968c0
commit
604511f84a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue