From 604511f84ae6378db25ae3080e9db2e3bc9e0811 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 20 Apr 2024 14:10:59 +0200 Subject: [PATCH] usb(4): Remove a double word in a source code comment - s/of of/of/ MFC after: 3 days --- sys/dev/usb/usb_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;