aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2014-10-10 13:50:05 +0100
committerPedro Alves <palves@redhat.com>2014-10-10 13:50:05 +0100
commit31cc0b807b2fde7d0110175418a6eea01a982489 (patch)
treebb0bbefa9ed65d7db711e00ba3444b098c6b9813 /gdb/infrun.c
parent642725adf5b61fb39396fc2e93d12042d54bbded (diff)
downloadgdb-31cc0b807b2fde7d0110175418a6eea01a982489.zip
gdb-31cc0b807b2fde7d0110175418a6eea01a982489.tar.gz
gdb-31cc0b807b2fde7d0110175418a6eea01a982489.tar.bz2
infrun.c:normal_stop: Fix typo in comment
gdb/ 2014-10-10 Pedro Alves <palves@redhat.com> * infrun.c (normal_stop): Fix typo in comment.
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;