git: 49f796ac9212 - stable/12 - 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:45:19 UTC
The branch stable/12 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=49f796ac92128837960edcb08f32f09f2916820c
commit 49f796ac92128837960edcb08f32f09f2916820c
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:44:13 +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 c3bd560b52c1..b013481626f6 100644
--- a/sys/dev/vnic/thunder_mdio.c
+++ b/sys/dev/vnic/thunder_mdio.c
@@ -85,7 +85,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