Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2023 07:33:44 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b73763fc10d8 - main - vnic: Fix a typo in a source code comment
Message-ID:  <202308020733.3727XiuZ057086@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=b73763fc10d8000ec5c5682abccf6c8489eee8e3

commit b73763fc10d8000ec5c5682abccf6c8489eee8e3
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-08-02 07:33:35 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-08-02 07:33:35 +0000

    vnic: Fix a typo in a source code comment
    
    - s/Enabele/Enable/
    
    MFC after:      3 days
---
 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 3e9a8f74e673..63ab7691bf9e 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?202308020733.3727XiuZ057086>