aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2022-09-19 09:43:51 -0700
committerGitHub <noreply@github.com>2022-09-19 09:43:51 -0700
commit89746e111b11ea6cb5cc2cb76edfc4e31ff88038 (patch)
treee36bf9c992ec4509b1434a52a39bcbf02eaaf4a5
parent4004db5d3a7e767aa4a6b7fddf92ac3370670c79 (diff)
downloadriscv-openocd-89746e111b11ea6cb5cc2cb76edfc4e31ff88038.zip
riscv-openocd-89746e111b11ea6cb5cc2cb76edfc4e31ff88038.tar.gz
riscv-openocd-89746e111b11ea6cb5cc2cb76edfc4e31ff88038.tar.bz2
Fix comment indent.
Co-authored-by: Jan Matyas <50193733+JanMatCodasip@users.noreply.github.com> Signed-off-by: Tim Newsome <tim@sifive.com>
-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;