The branch main has been updated by gbe (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=42dfad2ef12755d27e0e34656a2624f0dac2c502

commit 42dfad2ef12755d27e0e34656a2624f0dac2c502
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2021-10-02 08:51:29 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2021-10-02 08:51:29 +0000

    ti(4): Fix a typo in an error message
    
    - s/chanels/channels/
    
    MFC after:      1 week
---
 sys/arm/ti/ti_adc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/arm/ti/ti_adc.c b/sys/arm/ti/ti_adc.c
index a0091aebf417..766729fcdab3 100644
--- a/sys/arm/ti/ti_adc.c
+++ b/sys/arm/ti/ti_adc.c
@@ -809,7 +809,7 @@ ti_adc_attach(device_t dev)
 
        /* Sanity check FDT data */
        if (sc->sc_tsc_wires + sc->sc_adc_nchannels > TI_ADC_NPINS) {
-               device_printf(dev, "total number of chanels (%d) is larger than 
%d\n",
+               device_printf(dev, "total number of channels (%d) is larger 
than %d\n",
                    sc->sc_tsc_wires + sc->sc_adc_nchannels, TI_ADC_NPINS);
                return (ENXIO);
        }
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to