Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* patch for spelling error
@ 2009-09-22 13:06 Joel Sherrill
  2009-09-22 15:45 ` Joel Brobecker
  0 siblings, 1 reply; 2+ messages in thread
From: Joel Sherrill @ 2009-09-22 13:06 UTC (permalink / raw)
  To: gdb

[-- Attachment #1: Type: text/plain, Size: 460 bytes --]

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



[-- Attachment #2: ppc_spelling.diff --]
[-- Type: text/plain, Size: 525 bytes --]

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");

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-22 15:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-22 13:06 patch for spelling error Joel Sherrill
2009-09-22 15:45 ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox