aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r--gdb/infrun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c
index 4681175..5536350 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -6381,7 +6381,7 @@ normal_stop (void)
&& last.kind != TARGET_WAITKIND_EXITED
&& inferior_thread ()->control.stop_step)
{
- /* But not if if in the middle of doing a "step n" operation for
+ /* But not if in the middle of doing a "step n" operation for
n > 1 */
if (inferior_thread ()->step_multi)
goto done;