Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Feb 2013 21:24:52 +0000 (UTC)
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r247010 - head/sys/arm/broadcom/bcm2835
Message-ID:  <201302192124.r1JLOqVT093906@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302192124.r1JLOqVT093906>