diff options
Diffstat (limited to 'sim/frv/traps.c')
-rw-r--r-- | sim/frv/traps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/frv/traps.c b/sim/frv/traps.c index 9953145..006550d 100644 --- a/sim/frv/traps.c +++ b/sim/frv/traps.c @@ -780,7 +780,7 @@ frvbf_check_swap_address (SIM_CPU *current_cpu, SI address) if (STATE_ARCHITECTURE (sd)->mach != bfd_mach_fr550) return; - /* Adress must be aligned on a word boundary. */ + /* Address must be aligned on a word boundary. */ if (address & 0x3) frv_queue_data_access_exception_interrupt (current_cpu); } |