aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2024-04-20 12:10:59 +0000
committerGordon Bergling <gbe@FreeBSD.org>2024-04-23 05:24:57 +0000
commitdb6bf2d09bec47a3729485eb999ffc393126ec30 (patch)
tree7b9d1f1a7806b8cfdefc752d7a1da90dc90caaea
parented9f44083dbaf9b1bde1d81f7b48308e1dc33138 (diff)
downloadsrc-db6bf2d09bec47a3729485eb999ffc393126ec30.tar.gz
src-db6bf2d09bec47a3729485eb999ffc393126ec30.zip
usb(4): Remove a double word in a source code comment
- s/of of/of/ (cherry picked from commit 604511f84ae6378db25ae3080e9db2e3bc9e0811)
-rw-r--r--sys/dev/usb/usb_device.c2
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;