gdb/
2014-10-10 Pedro Alves <palves@redhat.com>
* infrun.c (normal_stop): Fix typo in comment.
+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
&& 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;