Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Oct 2021 08:47:52 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: fafb1c574d43 - main - vnic: Fix a typo in a comment
Message-ID:  <202110020847.1928lqKa070924@gitrepo.freebsd.org>

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

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

commit fafb1c574d43b8c3acb510d925f599fee461c039
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-10-02 08:47:21 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-10-02 08:47:21 +0000

    vnic: Fix a typo in a comment
    
    - s/setings/settings/
    
    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 118a01a533ea..c61c0eeecf62 100644
--- a/sys/dev/vnic/thunder_mdio.c
+++ b/sys/dev/vnic/thunder_mdio.c
@@ -206,7 +206,7 @@ thunder_mdio_set_mode(struct thunder_mdio_softc *sc,
 		smi_clk |= SMI_CLK_MODE;
 	/* Enable sending 32 bit preable on SMI transactions */
 	smi_clk |= SMI_CLK_PREAMBLE;
-	/* Saved setings */
+	/* Saved settings */
 	mdio_reg_write(sc, SMI_CLK, smi_clk);
 	sc->mode = mode;
 }



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