From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30441 invoked by alias); 22 Sep 2009 13:06:16 -0000 Received: (qmail 30431 invoked by uid 22791); 22 Sep 2009 13:06:16 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from oarmail.oarcorp.com (HELO OARmail.OARCORP.com) (67.63.146.244) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 22 Sep 2009 13:06:12 +0000 Received: from iceland.oarcorp.com (192.168.1.154) by OARmail.OARCORP.com (192.168.2.2) with Microsoft SMTP Server (TLS) id 8.1.393.1; Tue, 22 Sep 2009 08:06:05 -0500 Message-ID: <4AB8CBBD.3020201@oarcorp.com> Date: Tue, 22 Sep 2009 13:06:00 -0000 From: Joel Sherrill User-Agent: Thunderbird 2.0.0.23 (X11/20090825) MIME-Version: 1.0 To: Subject: patch for spelling error Content-Type: multipart/mixed; boundary="------------000903090000050402080901" X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00286.txt.bz2 --------------000903090000050402080901 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Content-length: 460 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 * 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 --------------000903090000050402080901 Content-Type: text/plain; name="ppc_spelling.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ppc_spelling.diff" Content-length: 525 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"); --------------000903090000050402080901--