2008-10-05 Michael Snyder <msnyder@promb-2s-dhcp59.eng.vmware.com>
authorMichael Snyder <msnyder@vmware.com>
Sun, 5 Oct 2008 19:52:11 +0000 (19:52 +0000)
committerMichael Snyder <msnyder@vmware.com>
Sun, 5 Oct 2008 19:52:11 +0000 (19:52 +0000)
* infrun.c (handle_inferior_event): Fix typo in comment.

gdb/ChangeLog
gdb/infrun.c

index d947696..913c991 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  Vladimir Prus  <vladimir@codesourcery.com>
 
        * mi/mi-interp.c (mi_on_resume): Flush raw_stdout.
index 4eb4b2c..0aefa25 100644 (file)
@@ -2625,7 +2625,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