Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2026 08:54:21 +0000
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: 0ea84e9cce72 - main - et(4): Fix a typo in a source code comment
Message-ID:  <6a2e6c3d.32faf.93b83c2@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by gbe:

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

commit 0ea84e9cce72e9df9d621b731ddd7247e175b3a7
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-06-14 08:50:59 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-06-14 08:50:59 +0000

    et(4): Fix a typo in a source code comment
    
    - s/Diable/Disable/
    
    MFC after:      3 days
---
 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 399c9fa77989..665ac29171b7 100644
--- a/sys/dev/et/if_et.c
+++ b/sys/dev/et/if_et.c
@@ -2699,7 +2699,7 @@ et_suspend(device_t dev)
 	ET_LOCK(sc);
 	if ((if_getdrvflags(sc->ifp) & IFF_DRV_RUNNING) != 0)
 		et_stop(sc);
-	/* Diable all clocks and put PHY into COMA. */
+	/* Disable all clocks and put PHY into COMA. */
 	pmcfg = CSR_READ_4(sc, ET_PM);
 	pmcfg &= ~(EM_PM_GIGEPHY_ENB | ET_PM_SYSCLK_GATE | ET_PM_TXCLK_GATE |
 	    ET_PM_RXCLK_GATE);


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2e6c3d.32faf.93b83c2>