aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-06-05 07:54:39 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-06-10 12:44:15 +0000
commitc44457fa889ecf5a260fc28bd09ff827aeffa049 (patch)
tree21d4bc4c7e794b3677dee96b37d62cd6370f20f8
parentdf6479e94bb653ad0e6c4847b4d0cf4cb8be3156 (diff)
downloadsrc-c44457fa889ecf5a260fc28bd09ff827aeffa049.tar.gz
src-c44457fa889ecf5a260fc28bd09ff827aeffa049.zip
ffec: Fix a common typo in a source code comment
- s/independant/independent/ (cherry picked from commit d3e0919b564d0f0267758d33c5de8008526f61a5)
-rw-r--r--sys/dev/ffec/if_ffec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ffec/if_ffec.c b/sys/dev/ffec/if_ffec.c
index d52bf9a4e3d5..e38995e074e0 100644
--- a/sys/dev/ffec/if_ffec.c
+++ b/sys/dev/ffec/if_ffec.c
@@ -1721,7 +1721,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")) {