diff options
Diffstat (limited to 'sim/igen/gen-icache.c')
-rw-r--r-- | sim/igen/gen-icache.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/igen/gen-icache.c b/sim/igen/gen-icache.c index 77d170d..b8b0541 100644 --- a/sim/igen/gen-icache.c +++ b/sim/igen/gen-icache.c @@ -1,6 +1,6 @@ /* The IGEN simulator generator for GDB, the GNU Debugger. - Copyright 2002-2024 Free Software Foundation, Inc. + Copyright 2002-2025 Free Software Foundation, Inc. Contributed by Andrew Cagney. @@ -152,7 +152,7 @@ print_icache_extraction (lf *file, switch (what_to_declare) { case undef_variables: - /* We've finished with the #define value - destory it */ + /* We've finished with the #define value - destroy it */ lf_indent_suppress (file); lf_printf (file, "#undef %s\n", entry_name); return; @@ -632,7 +632,7 @@ print_icache_struct (lf *file, const insn_table *isa, cache_entry *cache_rules) else { /* alernativly, since no cache, emit a dummy definition for - idecode_cache so that code refering to the type can still compile */ + idecode_cache so that code referring to the type can still compile */ lf_printf (file, "typedef void %sidecode_cache;\n", options.module.global.prefix.l); } |