sim/igen/: Change immediatly to immediately

sim/igen/ChangeLog:

        * igen/ld-cache.h, igen/table.h: Change immediatly to immediately.
This commit is contained in:
Joel Sherrill 2014-11-23 07:09:16 +04:00 committed by Joel Brobecker
parent fcb381293d
commit 8eec6289f8
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2014-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* igen/ld-cache.h, igen/table.h: Change immediatly to immediately.
2014-03-04 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.

View File

@ -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>

View File

@ -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);