summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2008-10-08 21:28:58 +0000
committerMichael Snyder <msnyder@specifix.com>2008-10-08 21:28:58 +0000
commita29f0da75b0ad2dbdb29d70a44390514925b589d (patch)
treea0956152c9534127568ebeea6b13c9041b2b1db3
parente9ba7306580e096a0952874eb888813062d1f9f7 (diff)
downloadgdb-a29f0da75b0ad2dbdb29d70a44390514925b589d.tar.gz
2008-10-08 Michael Snyder <msnyder@vmware.com>
* infrun.c (handle_inferior_event): Typo in comment.
-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. */