freescale: Fix a typo in a source code comment

- s/cant/can't/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2024-04-21 09:52:14 +02:00
parent 9576fc16ca
commit 26f6c148bc

View file

@ -461,7 +461,7 @@ find_edma_controller(struct sc_info *sc)
sc->edma_chnum = edma_sc->channel_configure(edma_sc, edma_mux_group,
edma_src_transmit);
if (sc->edma_chnum < 0) {
/* cant setup eDMA */
/* can't setup eDMA */
return (ENXIO);
}