mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
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:
parent
fcb381293d
commit
8eec6289f8
@ -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.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user