Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2023 04:45:20 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: c487db6d0ccb - stable/12 - usb(4): Fix a typo in a source code comment
Message-ID:  <202308050445.3754jKgu060441@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308050445.3754jKgu060441>