summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2008-10-05 20:00:36 +0000
committerMichael Snyder <msnyder@specifix.com>2008-10-05 20:00:36 +0000
commit5d1b9831b2e2b5fefe3b389c62b7a99937e67ffc (patch)
treea7045ea4081488088c9b6f80cbbe1023ea416b70
parentd10f1f2d1622868076c88dd139715b37e14ae04b (diff)
downloadgdb-5d1b9831b2e2b5fefe3b389c62b7a99937e67ffc.tar.gz
2008-10-05 Michael Snyder <msnyder@promb-2s-dhcp59.eng.vmware.com>
* infrun.c (handle_inferior_event): Fix typo in comment.
-rw-r--r--gdb/infrun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c
index f2c8f7424fe..dd038eafb7e 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -2636,7 +2636,7 @@ targets should add new threads to the thread list themselves in non-stop mode.")
/* When execution direction is reverse or 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 When
+ 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. */