git: 1531b7a09b4a - stable/13 - usb(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 04:41:08 UTC
The branch stable/13 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=1531b7a09b4a682189ae5c8e2385b592518e1928
commit 1531b7a09b4a682189ae5c8e2385b592518e1928
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-08-02 09:04:24 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-08-05 04:39:06 +0000
usb(4): Fix a typo in a source code comment
- s/determin/determine/
(cherry picked from commit a924b48579c7a0c794431fbd3f540ce56c4cd662)
---
sys/dev/usb/video/udl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/usb/video/udl.c b/sys/dev/usb/video/udl.c
index 892e61ae2da0..0233e70b152e 100644
--- a/sys/dev/usb/video/udl.c
+++ b/sys/dev/usb/video/udl.c
@@ -788,7 +788,7 @@ udl_select_chip(struct udl_softc *sc, struct usb_attach_arg *uaa)
/*
* WS Tech DVI is DL120 or DL160. All deviced uses the
* same revision (0.04) so iSerialNumber must be used
- * to determin which chip it is.
+ * to determine which chip it is.
*/
if (strlen(pserial) > 7) {