From patchwork Thu Aug 21 13:56:25 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Sherrill X-Patchwork-Id: 2504 Received: (qmail 23763 invoked by alias); 21 Aug 2014 13:56:35 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 23753 invoked by uid 89); 21 Aug 2014 13:56:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.2 X-HELO: mx.rtems.org Received: from mx.rtems.org (HELO mx.rtems.org) (140.211.10.141) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 21 Aug 2014 13:56:33 +0000 Received: from rtems.org (rtems.org [67.63.146.250]) by mx.rtems.org (Postfix) with ESMTP id 62C4635FC88; Thu, 21 Aug 2014 13:56:31 +0000 (UTC) Received: from rtbf64a.rtems.org (rtbf64a.rtems.org [192.168.1.92]) by rtems.org (Postfix) with ESMTP id 3E4E84D00E9; Thu, 21 Aug 2014 08:56:30 -0500 (CDT) Received: from rtbf64a.rtems.org (localhost [127.0.0.1]) by rtbf64a.rtems.org (8.14.8/8.14.8) with ESMTP id s7LDuT3M032766; Thu, 21 Aug 2014 08:56:29 -0500 Received: (from joel@localhost) by rtbf64a.rtems.org (8.14.8/8.14.8/Submit) id s7LDuTh2032765; Thu, 21 Aug 2014 08:56:29 -0500 From: Joel Sherrill To: gdb-patches@sourceware.org Cc: Joel Sherrill Subject: [PATCH 1/3] sh/ChangeLog: immediatly to immediately Date: Thu, 21 Aug 2014 08:56:25 -0500 Message-Id: <1408629387-32720-1-git-send-email-joel.sherrill@oarcorp.com> This is the first of a series of patches to spell immediately correctly. Since sh only had it in the ChangeLog, I didn't know if there should be a ChangeLog entry to reflect that. OK to commit? --- sim/sh/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index d2c331c..08db573 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1054,7 +1054,7 @@ Thu Sep 14 19:32:59 1995 Stu Grossman (grossman@cygnus.com) * gencode.c: Back up PC by 2 for breakpoints. * interp.c: Move fp regs beyond pc/pr/etc to avoid confusing GDB, - which expect pc to immediatly follow regs[]. + which expect pc to immediately follow regs[]. Fri Sep 8 14:18:13 1995 Ian Lance Taylor