Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2023 04:41:09 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: fdb4c376673d - stable/13 - vnic: Fix a typo in a source code comment
Message-ID:  <202308050441.3754f9UN056814@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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