aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2014-11-20 21:38:06 +0000
committerSpencer Oliver <spen@spen-soft.co.uk>2015-01-09 08:47:39 +0000
commit513436a17accbe5494f763055124be594bef0a45 (patch)
tree85258ffa7b644d54195d883dffcaf4a1663a971d
parentd1a67c80e42f8397d8355c66673622302867bd2f (diff)
flash: fix kinetis driver typos
Change-Id: I0a4557f08507c61cb8ab33b38d2b6b069c344c09 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/2385 Tested-by: jenkins
-rw-r--r--src/flash/nor/kinetis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/nor/kinetis.c b/src/flash/nor/kinetis.c
index e8917c7d..dce098ec 100644
--- a/src/flash/nor/kinetis.c
+++ b/src/flash/nor/kinetis.c
@@ -448,10 +448,10 @@ COMMAND_HANDLER(kinetis_check_flash_security_status)
LOG_WARNING("*********** ATTENTION! ATTENTION! ATTENTION! ATTENTION! **********");
LOG_WARNING("**** ****");
LOG_WARNING("**** Your Kinetis MCU is in secured state, which means that, ****");
- LOG_WARNING("**** with exeption for very basic communication, JTAG/SWD ****");
+ LOG_WARNING("**** with exception for very basic communication, JTAG/SWD ****");
LOG_WARNING("**** interface will NOT work. In order to restore its ****");
LOG_WARNING("**** functionality please issue 'kinetis mdm mass_erase' ****");
- LOG_WARNING("**** command, power cycle the MCU and restart openocd. ****");
+ LOG_WARNING("**** command, power cycle the MCU and restart OpenOCD. ****");
LOG_WARNING("**** ****");
LOG_WARNING("*********** ATTENTION! ATTENTION! ATTENTION! ATTENTION! **********");
} else {