summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2013-02-19 21:24:52 +0000
committergonzo <gonzo@FreeBSD.org>2013-02-19 21:24:52 +0000
commit5316a58119c8ba4e174a75474ab750f605cc87d0 (patch)
tree31ed4c9f5b9bfcbdefaea4e0c0c492b7c221a0d2 /sys/arm
parentf8a5d15b830b29ef6678a78889a2c1630f2eb094 (diff)
downloadFreeBSD-src-5316a58119c8ba4e174a75474ab750f605cc87d0.zip
FreeBSD-src-5316a58119c8ba4e174a75474ab750f605cc87d0.tar.gz
Spelling fixes
Spotted by: N. J. Mann
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/broadcom/bcm2835/bcm2835_sdhci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c b/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
index f96fd4c..cfba2cd 100644
--- a/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
+++ b/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
@@ -80,8 +80,8 @@ __FBSDID("$FreeBSD$");
/*
* Arasan HC seems to have problem with Data CRC on lower frequencies.
- * Use this tunable to cap intilization sequence frequency at higher
- * value. Default is standard 400KHz
+ * Use this tunable to cap initialization sequence frequency at higher
+ * value. Default is standard 400kHz
*/
static int bcm2835_sdhci_min_freq = 400000;
static int bcm2835_sdhci_hs = 1;
OpenPOWER on IntegriCloud