aboutsummaryrefslogtreecommitdiff
path: root/src/target/stm8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/stm8.c')
-rw-r--r--src/target/stm8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/stm8.c b/src/target/stm8.c
index ee3bb31..4b93dd1 100644
--- a/src/target/stm8.c
+++ b/src/target/stm8.c
@@ -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);