diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2015-12-16 17:25:42 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-01-08 15:15:43 (GMT) |
commit | d7b4ca2b6f551c9de89292862216e365f7156ee0 (patch) | |
tree | 8af7eb4c921479c962fcb2f2c6f548c340398c95 /arch/powerpc/cpu/mpc83xx/spd_sdram.c | |
parent | f5abb40997eb68ef11102b726d8be747b3dd126e (diff) | |
download | u-boot-fsl-qoriq-d7b4ca2b6f551c9de89292862216e365f7156ee0.tar.xz |
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.c | 4 |
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 f62e1b7..21ab015 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) |