This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[OB] fix comment typo


trivial...
2008-10-05  Michael Snyder  <msnyder@promb-2s-dhcp59.eng.vmware.com>

	* infrun.c (handle_inferior_event): Fix typo in comment.

Index: infrun.c
===================================================================
RCS file: /cvs/src/src/gdb/infrun.c,v
retrieving revision 1.324
diff -u -p -r1.324 infrun.c
--- infrun.c	3 Oct 2008 16:36:10 -0000	1.324
+++ infrun.c	5 Oct 2008 19:51:09 -0000
@@ -2625,7 +2625,7 @@ targets should add new threads to the th
          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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]