git: c487db6d0ccb - stable/12 - usb(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 05 Aug 2023 04:45:20 UTC
The branch stable/12 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=c487db6d0ccb455423c63ad11c38123919f7bc67

commit c487db6d0ccb455423c63ad11c38123919f7bc67
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:44:31 +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 44fc8fcf2b1f..fe86bf06362c 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) {