From patchwork Thu Aug 21 13:56:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Sherrill X-Patchwork-Id: 2505 Received: (qmail 23977 invoked by alias); 21 Aug 2014 13:56:36 -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 23823 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:35 +0000 Received: from rtems.org (rtems.org [67.63.146.250]) by mx.rtems.org (Postfix) with ESMTP id 6821F35FE07; Thu, 21 Aug 2014 13:56:33 +0000 (UTC) Received: from rtbf64a.rtems.org (rtbf64a.rtems.org [192.168.1.92]) by rtems.org (Postfix) with ESMTP id 026EE4D00E9; Thu, 21 Aug 2014 08:56:33 -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 s7LDuWhr000302; Thu, 21 Aug 2014 08:56:32 -0500 Received: (from joel@localhost) by rtbf64a.rtems.org (8.14.8/8.14.8/Submit) id s7LDuWHx000301; Thu, 21 Aug 2014 08:56:32 -0500 From: Joel Sherrill To: gdb-patches@sourceware.org Cc: Joel Sherrill Subject: [PATCH 2/3] igen/: Change immediatly to immediately Date: Thu, 21 Aug 2014 08:56:26 -0500 Message-Id: <1408629387-32720-2-git-send-email-joel.sherrill@oarcorp.com> In-Reply-To: <1408629387-32720-1-git-send-email-joel.sherrill@oarcorp.com> References: <1408629387-32720-1-git-send-email-joel.sherrill@oarcorp.com> * igen/ld-cache.h, igen/table.h: Change immediatly to immediately. --- sim/ChangeLog | 4 ++++ sim/igen/ld-cache.h | 2 +- sim/igen/table.h | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sim/ChangeLog b/sim/ChangeLog index 03c244b..b35a3b0 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,7 @@ +2014-08-21 Joel Sherrill + + * igen/ld-cache.h, igen/table.h: Change immediatly to immediately. + 2014-07-01 Chen Gang * sim/microblaze/interp.c: Use long int format instead of int diff --git a/sim/igen/ld-cache.h b/sim/igen/ld-cache.h index a2c271b..b2817d8 100644 --- a/sim/igen/ld-cache.h +++ b/sim/igen/ld-cache.h @@ -30,7 +30,7 @@ The table that follows determines how each field should be treated. Importantly it considers the case where the extracted field is to - be used immediatly or stored in an instruction cache. + be used immediately or stored in an instruction cache. diff --git a/sim/igen/table.h b/sim/igen/table.h index 9eac0f8..f5b6cce 100644 --- a/sim/igen/table.h +++ b/sim/igen/table.h @@ -91,7 +91,7 @@ struct _table_include /* Open/read a table file. Since the file is read once during open - (and then closed immediatly) there is no close method. */ + (and then closed immediately) there is no close method. */ extern table *table_open (const char *file_name);