]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
digsy_mtc.c: Minor spelling/grammar fixes.
authorRobert P. J. Day <rpjday@crashcourse.ca>
Thu, 29 Dec 2016 10:06:41 +0000 (05:06 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 2 Jan 2017 16:14:01 +0000 (11:14 -0500)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
board/intercontrol/digsy_mtc/digsy_mtc.c

index 37eb6c7624cc1a038a894c9c9a75e12e50d2cb5c..05d673dc89b3265dbd3c4fad8d89f5dce0d115c5 100644 (file)
@@ -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)