forked from auracaster/openocd
flash: fix some minor typo
Minor typos found by the new checkpatch boosted by the dictionary provided by 'codespell'. Change-Id: Ia5f134c91beb483fd865df9e4877e0ec3e789478 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/6215 Tested-by: jenkins
This commit is contained in:
@@ -2803,7 +2803,7 @@ static int kinetis_blank_check(struct flash_bank *bank)
|
||||
struct kinetis_chip *k_chip = k_bank->k_chip;
|
||||
int result;
|
||||
|
||||
/* suprisingly blank check does not work in VLPR and HSRUN modes */
|
||||
/* surprisingly blank check does not work in VLPR and HSRUN modes */
|
||||
result = kinetis_check_run_mode(k_chip);
|
||||
if (result != ERROR_OK)
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user