git: 5a3a8be94a2e - stable/12 - vnic: Fix a typo in a comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 06 Oct 2021 06:23:41 UTC
The branch stable/12 has been updated by gbe (doc committer):

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

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

    vnic: Fix a typo in a comment
    
    - s/setings/settings/
    
    (cherry picked from commit fafb1c574d43b8c3acb510d925f599fee461c039)
---
 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 3a4fc9cb809b..c3bd560b52c1 100644
--- a/sys/dev/vnic/thunder_mdio.c
+++ b/sys/dev/vnic/thunder_mdio.c
@@ -208,7 +208,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;
 }