Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* trivial spelling error in sis
@ 2008-06-09 15:51 Joel Sherrill
  2008-06-09 23:49 ` Michael Snyder
  0 siblings, 1 reply; 6+ messages in thread
From: Joel Sherrill @ 2008-06-09 15:51 UTC (permalink / raw)
  To: gdb-patches

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

Hi,

There is a spelling error in the message the
SPARC Instruction Simulator prints at startup.
It apparently has been incorrect 13 years and
no one has fixed it. LOL!

Would someone kindly commit the attached patch?
Thanks.

2006-06-09  Joel Sherrill <joel.sherrill@oarcorp.com>

    * sis.c: Correct 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: sis.c.diff --]
[-- Type: text/x-patch, Size: 496 bytes --]

--- /tmp/sis.c	2008-06-09 09:12:13.000000000 -0500
+++ ./sis.c	2008-06-09 09:12:21.000000000 -0500
@@ -177,7 +177,7 @@
     cfile = 0;
     for (i = 0; i < 64; i++)
 	cmdq[i] = 0;
-    printf("\n SIS - SPARC intruction simulator %s,  copyright Jiri Gaisler 1995\n", sis_version);
+    printf("\n SIS - SPARC instruction simulator %s,  copyright Jiri Gaisler 1995\n", sis_version);
     printf(" Bug-reports to jgais@wd.estec.esa.nl\n\n");
     while (stat < argc) {
 	if (argv[stat][0] == '-') {

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

end of thread, other threads:[~2008-06-10 18:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-09 15:51 trivial spelling error in sis Joel Sherrill
2008-06-09 23:49 ` Michael Snyder
2008-06-09 23:55   ` Daniel Jacobowitz
2008-06-10 18:13   ` Joel Sherrill
2008-06-10 18:19     ` Daniel Jacobowitz
2008-06-10 21:42       ` Joel Sherrill

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