git: c64f93bf5aef - stable/13 - 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:21:32 UTC
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=c64f93bf5aef543524234285038111455c84cf77 commit c64f93bf5aef543524234285038111455c84cf77 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:21:09 +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 666fd1b87159..0ff76b6a8d6c 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); }