git: c44457fa889e - stable/12 - ffec: Fix a common typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 12:46:17 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c44457fa889ecf5a260fc28bd09ff827aeffa049 commit c44457fa889ecf5a260fc28bd09ff827aeffa049 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-05 07:54:39 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-10 12:44:15 +0000 ffec: Fix a common typo in a source code comment - s/independant/independent/ (cherry picked from commit d3e0919b564d0f0267758d33c5de8008526f61a5) --- 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 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")) {