aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mmc
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2021-09-24 16:32:39 +0000
committerAndriy Gapon <avg@FreeBSD.org>2024-01-28 11:37:57 +0000
commitea7f45d3d8d5d41a9cded5765dea43ed215a663b (patch)
treec48ba6ef8cb6d2154cc8c2912b7a6c1d46666583 /sys/dev/mmc
parent89cb925fddac372f74068b9e57528090299032a2 (diff)
downloadsrc-ea7f45d3d8d5d41a9cded5765dea43ed215a663b.tar.gz
src-ea7f45d3d8d5d41a9cded5765dea43ed215a663b.zip
dwmmc: fix a typo
Diffstat (limited to 'sys/dev/mmc')
-rw-r--r--sys/dev/mmc/host/dwmmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mmc/host/dwmmc.c b/sys/dev/mmc/host/dwmmc.c
index fd55ce5c0cd4..8d67608c3977 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) {