sim/igen/ChangeLog:
* igen/ld-cache.h, igen/table.h: Change immediatly to immediately.
+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.
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>
/* 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);