infrun.c:normal_stop: Fix typo in comment
authorPedro Alves <palves@redhat.com>
Fri, 10 Oct 2014 12:50:05 +0000 (13:50 +0100)
committerPedro Alves <palves@redhat.com>
Fri, 10 Oct 2014 12:50:05 +0000 (13:50 +0100)
gdb/
2014-10-10  Pedro Alves  <palves@redhat.com>

* infrun.c (normal_stop): Fix typo in comment.

gdb/ChangeLog
gdb/infrun.c

index aeba430163ecdcf2da534ecde841c8dfdaf85c72..8d5b1ee97c5922a42c22c079c34b6940d10aa5fd 100644 (file)
@@ -1,3 +1,7 @@
+2014-10-10  Pedro Alves  <palves@redhat.com>
+
+       * infrun.c (normal_stop): Fix typo in comment.
+
 2014-10-09  Sergio Durigan Junior  <sergiodj@redhat.com>
 
        PR tdep/9390
index 468117587bab981cb9c1234aa3e6d83a7b4ccda8..553635032415e7441da01b12d5c35079c7ff806d 100644 (file)
@@ -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;