summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2008-10-05 19:54:19 +0000
committerMichael Snyder <msnyder@specifix.com>2008-10-05 19:54:19 +0000
commit7a8661751206a9880367f3683332ac2312eb8adf (patch)
treebcb551b9f010be6859a56f9ca617b02450ba8a29
parent32d3f51641d0e783c8606a8c4cb49b3871e649b5 (diff)
downloadgdb-7a8661751206a9880367f3683332ac2312eb8adf.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 4584955b4f8..1179da1c715 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-04 Michael Snyder <msnyder@vmware.com>
* configure.tgt: Add linux-record.o here instead of in NATDEPFILES.
diff --git a/gdb/infrun.c b/gdb/infrun.c
index a1b6b2c2f32..2a93bfe36c6 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -2639,7 +2639,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