summaryrefslogtreecommitdiffstats
path: root/sys/arm/freescale
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-04 15:48:59 +0000
committerpfg <pfg@FreeBSD.org>2016-05-04 15:48:59 +0000
commiteac6031c8a32dc2ae70ab8d42ec35194ab53e2ad (patch)
tree10598878693873bf0eb92ce254318ad8d4c66353 /sys/arm/freescale
parent0352224997041e08916791cf1ee4defef3e9cfb7 (diff)
downloadFreeBSD-src-eac6031c8a32dc2ae70ab8d42ec35194ab53e2ad.zip
FreeBSD-src-eac6031c8a32dc2ae70ab8d42ec35194ab53e2ad.tar.gz
sys/arm: Minor spelling fixes.
Only affects comments: no functional change.
Diffstat (limited to 'sys/arm/freescale')
-rw-r--r--sys/arm/freescale/imx/imx6_ipu.c2
-rw-r--r--sys/arm/freescale/imx/imx6_ssi.c4
-rw-r--r--sys/arm/freescale/vybrid/vf_uart.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/sys/arm/freescale/imx/imx6_ipu.c b/sys/arm/freescale/imx/imx6_ipu.c
index d1efbff..f561fa7 100644
--- a/sys/arm/freescale/imx/imx6_ipu.c
+++ b/sys/arm/freescale/imx/imx6_ipu.c
@@ -872,7 +872,7 @@ ipu_init_buffer(struct ipu_softc *sc)
stride = sc->sc_mode->hdisplay * MODE_BPP / 8;
- /* init channel paramters */
+ /* init channel parameters */
CH_PARAM_RESET(&param);
/* XXX: interlaced modes are not supported yet */
CH_PARAM_SET_FW(&param, sc->sc_mode->hdisplay - 1);
diff --git a/sys/arm/freescale/imx/imx6_ssi.c b/sys/arm/freescale/imx/imx6_ssi.c
index 9387aa3..9000ae3 100644
--- a/sys/arm/freescale/imx/imx6_ssi.c
+++ b/sys/arm/freescale/imx/imx6_ssi.c
@@ -738,7 +738,7 @@ ssi_attach(device_t dev)
sc->lock = snd_mtxcreate(device_get_nameunit(dev), "ssi softc");
if (sc->lock == NULL) {
- device_printf(dev, "Cant create mtx\n");
+ device_printf(dev, "Can't create mtx\n");
return (ENXIO);
}
@@ -764,7 +764,7 @@ ssi_attach(device_t dev)
/*
* Maximum possible DMA buffer.
- * Will be used partialy to match 24 bit word.
+ * Will be used partially to match 24 bit word.
*/
sc->dma_size = 131072;
diff --git a/sys/arm/freescale/vybrid/vf_uart.c b/sys/arm/freescale/vybrid/vf_uart.c
index 312f18c..61a08fb 100644
--- a/sys/arm/freescale/vybrid/vf_uart.c
+++ b/sys/arm/freescale/vybrid/vf_uart.c
@@ -205,7 +205,7 @@ uart_reinit(struct uart_softc *sc, int clkspeed, int baud)
bas = &sc->sc_bas;
if (!bas) {
- printf("Error: cant reconfigure bas\n");
+ printf("Error: can't reconfigure bas\n");
return;
}
OpenPOWER on IntegriCloud