]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2008-10-05 Michael Snyder <msnyder@promb-2s-dhcp59.eng.vmware.com>
authorMichael Snyder <msnyder@vmware.com>
Sun, 5 Oct 2008 19:54:20 +0000 (19:54 +0000)
committerMichael Snyder <msnyder@vmware.com>
Sun, 5 Oct 2008 19:54:20 +0000 (19:54 +0000)
* infrun.c (handle_inferior_event): Fix typo in comment.

gdb/ChangeLog
gdb/infrun.c

index 4584955b4f893c3b071a7f9d404e0e11d77b52e6..1179da1c715d05abffd6c147abb489a58250e369 100644 (file)
@@ -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.
index a1b6b2c2f321d8921b1b8f3a12be357acccc560a..2a93bfe36c67edf1a44ebd604e44d447faa20b41 100644 (file)
@@ -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