From: Pedro Alves Date: Fri, 10 Oct 2014 12:50:05 +0000 (+0100) Subject: infrun.c:normal_stop: Fix typo in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=31cc0b807b2fde7d0110175418a6eea01a982489;p=binutils-gdb.git infrun.c:normal_stop: Fix typo in comment gdb/ 2014-10-10 Pedro Alves * infrun.c (normal_stop): Fix typo in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index aeba430163e..8d5b1ee97c5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-10-10 Pedro Alves + + * infrun.c (normal_stop): Fix typo in comment. + 2014-10-09 Sergio Durigan Junior PR tdep/9390 diff --git a/gdb/infrun.c b/gdb/infrun.c index 468117587ba..55363503241 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;