freescale: Fix a typo in a source code comment
- s/cant/can't/ MFC after: 3 days
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user