svn commit: r247010 - head/sys/arm/broadcom/bcm2835

Oleksandr Tymoshenko gonzo at FreeBSD.org
Tue Feb 19 21:24:53 UTC 2013


Author: gonzo
Date: Tue Feb 19 21:24:52 2013
New Revision: 247010
URL: http://svnweb.freebsd.org/changeset/base/247010

Log:
  Spelling fixes
  
  Spotted by:	N. J. Mann

Modified:
  head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c

Modified: head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
==============================================================================
--- head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c	Tue Feb 19 20:33:55 2013	(r247009)
+++ head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c	Tue Feb 19 21:24:52 2013	(r247010)
@@ -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;


More information about the svn-src-all mailing list