This is the mail archive of the gdb@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]

patch for spelling error


Hi,

Could someone with the tree checked out for
writing commit this patch?  It fixes a spelling
error in sim/ppc/main.c.

Thanks.

2009-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>

* main.c: Fix spelling error.

--
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
  Support Available             (256) 722-9985


Index: main.c
===================================================================
RCS file: /cvs/src/src/sim/ppc/main.c,v
retrieving revision 1.5
diff -u -r1.5 main.c
--- main.c	7 Jun 2008 01:31:27 -0000	1.5
+++ main.c	22 Sep 2009 13:04:24 -0000
@@ -319,7 +319,7 @@
   status = psim_get_status(simulation);
   switch (status.reason) {
   case was_continuing:
-    error("psim: continuing while stoped!\n");
+    error("psim: continuing while stopped!\n");
     return 0;
   case was_trap:
     error("psim: no trap insn\n");

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