summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2016-12-29 05:06:41 -0500
committerTom Rini <trini@konsulko.com>2017-01-02 11:14:01 -0500
commitb352548890c2d7d937d156727905b906aaa7eebd (patch)
tree72acf75e980d80ea4a148cd811f28c09c2a03126
parent3d3a74cc8c774345be7d1661b215555ad41f4515 (diff)
digsy_mtc.c: Minor spelling/grammar fixes.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
-rw-r--r--board/intercontrol/digsy_mtc/digsy_mtc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/intercontrol/digsy_mtc/digsy_mtc.c b/board/intercontrol/digsy_mtc/digsy_mtc.c
index 37eb6c7624..05d673dc89 100644
--- a/board/intercontrol/digsy_mtc/digsy_mtc.c
+++ b/board/intercontrol/digsy_mtc/digsy_mtc.c
@@ -41,7 +41,7 @@ extern int usb_cpu_init(void);
#if defined(CONFIG_DIGSY_REV5)
/*
- * The M29W128GH needs a specail reset command function,
+ * The M29W128GH needs a special reset command function,
* details see the doc/README.cfi file
*/
void flash_cmd_reset(flash_info_t *info)
@@ -76,7 +76,7 @@ static void sdram_start(int hi_addr)
/*
* ATTENTION: Although partially referenced initdram does NOT make real use
* use of CONFIG_SYS_SDRAM_BASE. The code does not work if
- * CONFIG_SYS_SDRAM_BASE is something else than 0x00000000.
+ * CONFIG_SYS_SDRAM_BASE is something other than 0x00000000.
*/
phys_size_t initdram(int board_type)