diff options
Diffstat (limited to 'sim/igen/igen.h')
-rw-r--r-- | sim/igen/igen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/igen/igen.h b/sim/igen/igen.h index 7d3b9b4..3869966 100644 --- a/sim/igen/igen.h +++ b/sim/igen/igen.h @@ -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. @@ -138,7 +138,7 @@ struct _igen_decode_options int combine; /* Instruction expansion? Should the semantic code for each - instruction, when the oportunity arrises, be expanded according + instruction, when the opportunity arrises, be expanded according to the variable opcode files that the instruction decode process renders constant */ int duplicate; |