The branch main has been updated by gbe:

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

commit a924b48579c7a0c794431fbd3f540ce56c4cd662
Author:     Gordon Bergling <g...@freebsd.org>
AuthorDate: 2023-08-02 09:04:24 +0000
Commit:     Gordon Bergling <g...@freebsd.org>
CommitDate: 2023-08-02 09:04:24 +0000

    usb(4): Fix a typo in a source code comment
    
    - s/determin/determine/
    
    MFC after:      3 days
---
 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 da0b7a201a5e..5d4c3f87e5ec 100644
--- a/sys/dev/usb/video/udl.c
+++ b/sys/dev/usb/video/udl.c
@@ -786,7 +786,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) {

Reply via email to