Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2023 04:41:08 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: 1531b7a09b4a - stable/13 - usb(4): Fix a typo in a source code comment
Message-ID:  <202308050441.3754f8MJ056792@gitrepo.freebsd.org>

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



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