From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 492 invoked by alias); 9 Jun 2008 14:15:08 -0000 Received: (qmail 386 invoked by uid 22791); 9 Jun 2008 14:15:07 -0000 X-Spam-Check-By: sourceware.org Received: from mail.oarcorp.com (HELO OARmail.OARCORP.com) (216.186.189.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 09 Jun 2008 14:14:49 +0000 Received: from [192.168.1.3] (192.168.1.3) by OARmail.OARCORP.com (192.168.2.2) with Microsoft SMTP Server (TLS) id 8.1.278.0; Mon, 9 Jun 2008 09:10:02 -0500 Message-ID: <484D3AD5.2020304@oarcorp.com> Date: Mon, 09 Jun 2008 15:51:00 -0000 From: Joel Sherrill User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Subject: trivial spelling error in sis Content-Type: multipart/mixed; boundary="------------050200020601020802080806" Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00163.txt.bz2 --------------050200020601020802080806 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Content-length: 558 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 * 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 --------------050200020601020802080806 Content-Type: text/x-patch; name="sis.c.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="sis.c.diff" Content-length: 496 --- /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] == '-') { --------------050200020601020802080806--