git: 26f6c148bce2 - main - freescale: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Apr 2024 07:52:31 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=26f6c148bce2d6734a07ea621616724f1e76e4fd
commit 26f6c148bce2d6734a07ea621616724f1e76e4fd
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-04-21 07:52:14 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-04-21 07:52:14 +0000
freescale: Fix a typo in a source code comment
- s/cant/can't/
MFC after: 3 days
---
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 7cb533f0ddbb..6a36ddc3c057 100644
--- a/sys/arm/freescale/vybrid/vf_sai.c
+++ b/sys/arm/freescale/vybrid/vf_sai.c
@@ -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);
}