summaryrefslogtreecommitdiff
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
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.
-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 a648b02dfdb..5c2abe33942 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2008-10-05 Michael Snyder <msnyder@promb-2s-dhcp59.eng.vmware.com>
+
+ * infrun.c (handle_inferior_event): Fix typo in comment.
+
2008-10-03 Michael Snyder <msnyder@promb-2s-dhcp59.eng.vmware.com>
* linux-record.c (record_linux_system_call): Cast sizeof to int
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