summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2008-10-05 19:56:20 +0000
committerMichael Snyder <msnyder@specifix.com>2008-10-05 19:56:20 +0000
commitd10f1f2d1622868076c88dd139715b37e14ae04b (patch)
tree148146ce6a1982eff25bd1fd79393eb69a96dd4a /gdb/infrun.c
parent70471c5a424ecc6b7a4722c374fa2b6702b33404 (diff)
downloadgdb-d10f1f2d1622868076c88dd139715b37e14ae04b.tar.gz
2008-10-05 Michael Snyder <msnyder@promb-2s-dhcp59.eng.vmware.com>
* infrun.c (handle_inferior_event): Fix typo in comment.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r--gdb/infrun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c
index dff4996d74e..f2c8f7424fe 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -2623,7 +2623,7 @@ targets should add new threads to the thread list themselves in non-stop mode.")
another signal besides SIGTRAP, so check here as well as
above.''
- If someone ever tries to get get call dummys on a
+ If someone ever tries to get call dummys on a
non-executable stack to work (where the target would stop
with something like a SIGSEGV), then those tests might need
to be re-instated. Given, however, that the tests were only