aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mmc
diff options
context:
space:
mode:
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) {