aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sdhci
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2012-07-21 14:07:43 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2012-07-21 14:07:43 +0000
commit1fc2ea61bfc6bad4e5a17af63e5ce5ece8573259 (patch)
treebc593df5e6317f04c496eca234bd16e5775d9b7d /sys/dev/sdhci
parent7c80fcfdba0a19f6e4480b9ed7fa499674a3abad (diff)
Notes
Diffstat (limited to 'sys/dev/sdhci')
-rw-r--r--sys/dev/sdhci/sdhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sdhci/sdhci.c b/sys/dev/sdhci/sdhci.c
index 0bbf608028fe0..416eae94e941a 100644
--- a/sys/dev/sdhci/sdhci.c
+++ b/sys/dev/sdhci/sdhci.c
@@ -364,7 +364,7 @@ sdhci_lower_frequency(device_t dev)
/*
* Some SD/MMC cards don't work with the default base
- * clock frequency of 200MHz. Lower it to 50Hz.
+ * clock frequency of 200MHz. Lower it to 50MHz.
*/
pci_write_config(dev, SDHC_PCI_BASE_FREQ_KEY, 0x01, 1);
pci_write_config(dev, SDHC_PCI_BASE_FREQ, 50, 1);