aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2023-08-02 07:33:35 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-08-05 04:39:22 +0000
commitfdb4c376673de0fa29ee4847b9e5be345777b107 (patch)
tree114f1c2014ff472b5fc0fdbb2769f527bba8547b
parent1531b7a09b4a682189ae5c8e2385b592518e1928 (diff)
downloadsrc-fdb4c376673de0fa29ee4847b9e5be345777b107.tar.gz
src-fdb4c376673de0fa29ee4847b9e5be345777b107.zip
vnic: Fix a typo in a source code comment
- s/Enabele/Enable/ (cherry picked from commit b73763fc10d8000ec5c5682abccf6c8489eee8e3)
-rw-r--r--sys/dev/vnic/thunder_mdio.c2
1 files changed, 1 insertions, 1 deletions
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