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]

trivial spelling error in sis


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


--- /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] == '-') {

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