Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2025 08:49:06 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 444bb6a248b6 - main - if_umb: Fix a typo in a source code comment
Message-ID:  <202508250849.57P8n63L097820@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe:

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

commit 444bb6a248b61f89e4582d81a6e72e334301183b
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-08-25 08:43:36 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-08-25 08:43:36 +0000

    if_umb: Fix a typo in a source code comment
    
    - s/tranfers/transfers/
    
    MFC after:      3 days
---
 sys/dev/usb/net/if_umb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/usb/net/if_umb.c b/sys/dev/usb/net/if_umb.c
index 5703bc03dd39..f640b4224aad 100644
--- a/sys/dev/usb/net/if_umb.c
+++ b/sys/dev/usb/net/if_umb.c
@@ -666,7 +666,7 @@ umb_ncm_setup(struct umb_softc *sc, struct usb_config * config)
 	struct ncm_ntb_parameters np;
 	usb_error_t error;
 
-	/* Query NTB tranfers sizes */
+	/* Query NTB transfers sizes */
 	req.bmRequestType = UT_READ_CLASS_INTERFACE;
 	req.bRequest = NCM_GET_NTB_PARAMETERS;
 	USETW(req.wValue, 0);



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