git: d3e0919b564d - main - ffec: Fix a common typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 05 Jun 2022 07:54:49 UTC
The branch main has been updated by gbe (doc committer):

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

commit d3e0919b564d0f0267758d33c5de8008526f61a5
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-05 07:54:39 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-05 07:54:39 +0000

    ffec: Fix a common typo in a source code comment
    
    - s/independant/independent/
    
    MFC after:      3 days
---
 sys/dev/ffec/if_ffec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/ffec/if_ffec.c b/sys/dev/ffec/if_ffec.c
index 37eb626ceca5..b5abaea582e1 100644
--- a/sys/dev/ffec/if_ffec.c
+++ b/sys/dev/ffec/if_ffec.c
@@ -1724,7 +1724,7 @@ ffec_attach(device_t dev)
 	 *
 	 * All in all, it seems likely that 13 is a safe divisor for now,
 	 * because if we really do need to base it on the peripheral clock
-	 * speed, then we need a platform-independant get-clock-freq API.
+	 * speed, then we need a platform-independent get-clock-freq API.
 	 */
 	mscr = 13 << FEC_MSCR_MII_SPEED_SHIFT;
 	if (OF_hasprop(ofw_node, "phy-disable-preamble")) {