X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fstellaris.c;h=e57943cdf43b73da6632ad34795d6b5f88df1d92;hp=6a81047a5ded2f593850b8b94e553f01920200ea;hb=33a17fd35995a7f679f92600055a8f55ae380022;hpb=582b4195a99a21caa9522713fae659621137e0f9 diff --git a/src/flash/nor/stellaris.c b/src/flash/nor/stellaris.c index 6a81047a5d..e57943cdf4 100644 --- a/src/flash/nor/stellaris.c +++ b/src/flash/nor/stellaris.c @@ -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 */