git: d94c2398888b - stable/12 - freescale: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Apr 2024 10:22:37 UTC
The branch stable/12 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=d94c2398888bfa9660f61ab253bf6f2a26d0ee25
commit d94c2398888bfa9660f61ab253bf6f2a26d0ee25
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:22:12 +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 84dcf991419b..5c8fc48c5423 100644
--- a/sys/arm/freescale/vybrid/vf_sai.c
+++ b/sys/arm/freescale/vybrid/vf_sai.c
@@ -464,7 +464,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);
}