git: 87cf19849942 - stable/14 - freescale: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 24 Apr 2024 10:20:16 UTC
The branch stable/14 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=87cf198499422281ab57b070b1d8caf0d688209f

commit 87cf198499422281ab57b070b1d8caf0d688209f
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-04-21 07:52:14 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-04-24 10:19:44 +0000

    freescale: Fix a typo in a source code comment
    
    - s/cant/can't/
    
    (cherry picked from commit 26f6c148bce2d6734a07ea621616724f1e76e4fd)
---
 sys/arm/freescale/vybrid/vf_sai.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/arm/freescale/vybrid/vf_sai.c b/sys/arm/freescale/vybrid/vf_sai.c
index 5f4733533414..5336dfc6dd57 100644
--- a/sys/arm/freescale/vybrid/vf_sai.c
+++ b/sys/arm/freescale/vybrid/vf_sai.c
@@ -462,7 +462,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);
 	}