aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/target/target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/target.c b/src/target/target.c
index 35c5be8..e663fff 100644
--- a/src/target/target.c
+++ b/src/target/target.c
@@ -3065,7 +3065,7 @@ static int handle_target(void *priv)
target->backoff.interval = MAX(polling_interval,
MIN(target->backoff.interval * 2 + 1, 5000));
/* Tell GDB to halt the debugger. This allows the user to run
- * monitor commands to handle the situation. */
+ * monitor commands to handle the situation. */
target_call_event_callbacks(target, TARGET_EVENT_GDB_HALT);
}
target->backoff.next_attempt = timeval_ms() + target->backoff.interval;