forked from auracaster/openocd
Fix a bunch of typos.
Fix a bunch of typos. Most are in code comments, so nothing should break. UNKOWN_COMMAND and CMD_UNKOWN are not used elsewhere, so correcting the spelling should also not break anything.
This commit is contained in:
committed by
Øyvind Harboe
parent
582b4195a9
commit
33a17fd359
@@ -2684,7 +2684,7 @@ showall:
|
||||
(0 == strcmp("clear", CMD_ARGV[0]))) { // quietly accept both
|
||||
r = FLASHD_ClrGPNVM(&(pChip->details.bank[0]), who);
|
||||
} else {
|
||||
command_print(CMD_CTX, "Unkown command: %s", CMD_ARGV[0]);
|
||||
command_print(CMD_CTX, "Unknown command: %s", CMD_ARGV[0]);
|
||||
r = ERROR_COMMAND_SYNTAX_ERROR;
|
||||
}
|
||||
return r;
|
||||
|
||||
@@ -841,7 +841,7 @@ static int stellaris_protect(struct flash_bank *bank, int set, int first, int la
|
||||
* REVISIT DustDevil-A0 parts have an erratum making FMPPE commits
|
||||
* inadvisable ... it makes future mass erase operations fail.
|
||||
*/
|
||||
LOG_WARNING("Flash protection cannot be removed once commited, commit is NOT executed !");
|
||||
LOG_WARNING("Flash protection cannot be removed once committed, commit is NOT executed !");
|
||||
/* target_write_u32(target, FLASH_FMC, FMC_WRKEY | FMC_COMT); */
|
||||
|
||||
/* Wait until erase complete */
|
||||
|
||||
Reference in New Issue
Block a user