]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2008-10-08 Michael Snyder <msnyder@vmware.com>
authorMichael Snyder <msnyder@vmware.com>
Wed, 8 Oct 2008 21:28:58 +0000 (21:28 +0000)
committerMichael Snyder <msnyder@vmware.com>
Wed, 8 Oct 2008 21:28:58 +0000 (21:28 +0000)
* infrun.c (handle_inferior_event): Typo in comment.

gdb/ChangeLog
gdb/infrun.c

index 277d654b3ffe580ac3f3ce9f5f2b74e71728510a..5082af31874e5e48b411dc42760b4c8b59f45752 100644 (file)
@@ -1,3 +1,7 @@
+2008-10-08  Michael Snyder  <msnyder@vmware.com>
+
+       * infrun.c (handle_inferior_event): Typo in comment.
+
 2008-10-07  Hui Zhu  <teawater@gmail.com>
 
        * inflow.c (kill_command): Remove query special for
index 13887a0d15fa7d09299638561fdabe8a86492c1d..09939cae00577eaa31d49abbfd0654539f0b4387 100644 (file)
@@ -2633,7 +2633,7 @@ targets should add new threads to the thread list themselves in non-stop mode.")
 
        /* When execution direction is reverse or process record target is used,
           maybe GDB will set next resume to step. Then the next step will be
-          set to random signal. It will make GDB stop the stop the inferior. So
+          set to random signal. It will make GDB stop the inferior. So
           When execution direction is reverse or record target is used, not set
           the random signal. */