Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2023 04:45:21 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: 53c5e2732978 - stable/12 - et(4): Fix a typo in a source code comment
Message-ID:  <202308050445.3754jLTQ060468@gitrepo.freebsd.org>

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

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

commit 53c5e2732978e2faa60999962ad6c008f017a7c1
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-08-02 07:09:56 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-08-05 04:44:46 +0000

    et(4): Fix a typo in a source code comment
    
    - s/diabled/disabled/
    
    (cherry picked from commit 734c9698d9ae83206a47daa40031a4de3bce9c28)
---
 sys/dev/et/if_et.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/et/if_et.c b/sys/dev/et/if_et.c
index 294d9d5e55aa..9efab103bd22 100644
--- a/sys/dev/et/if_et.c
+++ b/sys/dev/et/if_et.c
@@ -2004,7 +2004,7 @@ et_init_txmac(struct et_softc *sc)
 	 */
 	CSR_WRITE_4(sc, ET_TXMAC_FLOWCTRL, 0 << ET_TXMAC_FLOWCTRL_CFPT_SHIFT);
 
-	/* Enable TX MAC but leave FC(?) diabled */
+	/* Enable TX MAC but leave FC(?) disabled */
 	CSR_WRITE_4(sc, ET_TXMAC_CTRL,
 		    ET_TXMAC_CTRL_ENABLE | ET_TXMAC_CTRL_FC_DISABLE);
 }



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