The branch stable/14 has been updated by avg:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=96b8d8a62bd73383db36802e00e70b441e5eb1bc

commit 96b8d8a62bd73383db36802e00e70b441e5eb1bc
Author:     Andriy Gapon <a...@freebsd.org>
AuthorDate: 2021-09-24 16:32:39 +0000
Commit:     Andriy Gapon <a...@freebsd.org>
CommitDate: 2024-02-17 14:15:11 +0000

    dwmmc: fix a typo
    
    (cherry picked from commit ea7f45d3d8d5d41a9cded5765dea43ed215a663b)
---
 sys/dev/mmc/host/dwmmc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/mmc/host/dwmmc.c b/sys/dev/mmc/host/dwmmc.c
index 53c3e0b646fe..be6f5e9de2d1 100644
--- a/sys/dev/mmc/host/dwmmc.c
+++ b/sys/dev/mmc/host/dwmmc.c
@@ -879,7 +879,7 @@ dwmmc_update_ios(device_t brdev, device_t reqdev)
        sc = device_get_softc(brdev);
        ios = &sc->host.ios;
 
-       dprintf("Setting up clk %u bus_width %d, timming: %d\n",
+       dprintf("Setting up clk %u bus_width %d, timing: %d\n",
                ios->clock, ios->bus_width, ios->timing);
 
        switch (ios->power_mode) {

Reply via email to