summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/mpc83xx/spd_sdram.c
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2015-12-16 12:25:42 -0500
committerTom Rini <trini@konsulko.com>2016-01-08 10:15:43 -0500
commitd7b4ca2b6f551c9de89292862216e365f7156ee0 (patch)
tree8af7eb4c921479c962fcb2f2c6f548c340398c95 /arch/powerpc/cpu/mpc83xx/spd_sdram.c
parentf5abb40997eb68ef11102b726d8be747b3dd126e (diff)
downloadtalos-obmc-uboot-d7b4ca2b6f551c9de89292862216e365f7156ee0.tar.gz
talos-obmc-uboot-d7b4ca2b6f551c9de89292862216e365f7156ee0.zip
powerpc: Various typo fixes under arch/powerpc/cpu/mpc83xx
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'arch/powerpc/cpu/mpc83xx/spd_sdram.c')
-rw-r--r--arch/powerpc/cpu/mpc83xx/spd_sdram.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/mpc83xx/spd_sdram.c b/arch/powerpc/cpu/mpc83xx/spd_sdram.c
index f62e1b79d3..21ab0153fc 100644
--- a/arch/powerpc/cpu/mpc83xx/spd_sdram.c
+++ b/arch/powerpc/cpu/mpc83xx/spd_sdram.c
@@ -599,7 +599,7 @@ long int spd_sdram()
/*
* Empirically set ~MCAS-to-preamble override for DDR 2.
- * Your milage will vary.
+ * Your mileage will vary.
*/
cpo = 0;
if (spd.mem_type == SPD_MEMTYPE_DDR2) {
@@ -843,7 +843,7 @@ long int spd_sdram()
#if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER)
/*
- * Use timebase counter, get_timer() is not availabe
+ * Use timebase counter, get_timer() is not available
* at this point of initialization yet.
*/
static __inline__ unsigned long get_tbms (void)
OpenPOWER on IntegriCloud