git: 3d5aa46fc6ab - stable/13 - 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:33:44 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=3d5aa46fc6ab97dc20dbc5e6dc4f92742b72fe64 commit 3d5aa46fc6ab97dc20dbc5e6dc4f92742b72fe64 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:24:11 +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 769309119a4f..22187fd1e7de 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")) {