git: b44d933e2617 - stable/13 - dwmmc: fix a typo

From: Andriy Gapon <avg_at_FreeBSD.org>
Date: Sat, 17 Feb 2024 19:22:33 UTC
The branch stable/13 has been updated by avg:

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

commit b44d933e26170f92c797dd3daab3eab16589acc0
Author:     Andriy Gapon <avg@FreeBSD.org>
AuthorDate: 2021-09-24 16:32:39 +0000
Commit:     Andriy Gapon <avg@FreeBSD.org>
CommitDate: 2024-02-17 19:22:08 +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 5e8ae3b39508..f41c15eacd14 100644
--- a/sys/dev/mmc/host/dwmmc.c
+++ b/sys/dev/mmc/host/dwmmc.c
@@ -878,7 +878,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) {