summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/infrun.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 277d654b3ff..5082af31874 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/infrun.c b/gdb/infrun.c
index 13887a0d15f..09939cae005 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -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. */