[2/3] igen/: Change immediatly to immediately

Message ID 1408629387-32720-2-git-send-email-joel.sherrill@oarcorp.com
State New, archived
Headers

Commit Message

Joel Sherrill Aug. 21, 2014, 1:56 p.m. UTC
  * 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(-)
  

Comments

Joel Brobecker Nov. 23, 2014, 3:15 a.m. UTC | #1
Hello Joel,

> 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 <joel.sherrill@oarcorp.com>
> +
> +	* igen/ld-cache.h, igen/table.h: Change immediatly to immediately.

I pushed this patch, but after having moved the ChangeLog entry from
sim/ChangeLog to sim/igen/ChangeLog.

>  2014-07-01  Chen Gang <gang.chen.5i5j@gmail.com>
>  
>  	* 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.
>  
>     <type>
>  
> 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);
>  
> -- 
> 1.9.3
  

Patch

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 <joel.sherrill@oarcorp.com>
+
+	* igen/ld-cache.h, igen/table.h: Change immediatly to immediately.
+
 2014-07-01  Chen Gang <gang.chen.5i5j@gmail.com>
 
 	* 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.
 
    <type>
 
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);