git: fdb4c376673d - stable/13 - vnic: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 04:41:09 UTC
The branch stable/13 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=fdb4c376673de0fa29ee4847b9e5be345777b107
commit fdb4c376673de0fa29ee4847b9e5be345777b107
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-08-02 07:33:35 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-08-05 04:39:22 +0000
vnic: Fix a typo in a source code comment
- s/Enabele/Enable/
(cherry picked from commit b73763fc10d8000ec5c5682abccf6c8489eee8e3)
---
sys/dev/vnic/thunder_mdio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/vnic/thunder_mdio.c b/sys/dev/vnic/thunder_mdio.c
index c61c0eeecf62..932f6382332a 100644
--- a/sys/dev/vnic/thunder_mdio.c
+++ b/sys/dev/vnic/thunder_mdio.c
@@ -84,7 +84,7 @@ __FBSDID("$FreeBSD$");
#define SMI_CLK_MODE (1UL << 24)
#define SMI_EN 0x20
-#define SMI_EN_EN (1UL << 0) /* Enabele interface */
+#define SMI_EN_EN (1UL << 0) /* Enable interface */
#define SMI_DRV_CTL 0x28