aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_m.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/cortex_m.c')
-rw-r--r--src/target/cortex_m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/cortex_m.c b/src/target/cortex_m.c
index 625065c5..5ab120f2 100644
--- a/src/target/cortex_m.c
+++ b/src/target/cortex_m.c
@@ -609,7 +609,7 @@ static int cortex_m3_halt(struct target *target)
return ERROR_TARGET_FAILURE;
} else {
/* we came here in a reset_halt or reset_init sequence
- * debug entry was already prepared in cortex_m3_prepare_reset_halt()
+ * debug entry was already prepared in cortex_m3_assert_reset()
*/
target->debug_reason = DBG_REASON_DBGRQ;