ffec: Fix a common typo in a source code comment

- s/independant/independent/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-06-05 09:54:39 +02:00
parent 9ae6b386ab
commit d3e0919b56

View File

@ -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")) {