git: 444bb6a248b6 - main - if_umb: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Aug 2025 08:49:06 UTC
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);