target: fix minor typos and duplicated words
Change-Id: I8deb0017dc66a243e3dd51e285aa086db500decd Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5766 Tested-by: jenkins
This commit is contained in:
@@ -967,7 +967,7 @@ static int stm8_reset_deassert(struct target *target)
|
||||
if (target->reset_halt)
|
||||
return ERROR_OK;
|
||||
|
||||
/* Instead of going thrugh saving context, polling and
|
||||
/* Instead of going through saving context, polling and
|
||||
then resuming target again just clear stall and proceed. */
|
||||
target->state = TARGET_RUNNING;
|
||||
return stm8_exit_debug(target);
|
||||
|
||||
Reference in New Issue
Block a user