diff options
Diffstat (limited to 'sim/arm/armcopro.c')
-rw-r--r-- | sim/arm/armcopro.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/arm/armcopro.c b/sim/arm/armcopro.c index 5cd33fb..70cebcd 100644 --- a/sim/arm/armcopro.c +++ b/sim/arm/armcopro.c @@ -134,7 +134,7 @@ check_cp15_access (ARMul_State * state, return ARMul_CANT; break; case 7: - /* Permissable combinations: + /* Permissible combinations: Opcode_2 CRm 0 5 0 6 @@ -157,7 +157,7 @@ check_cp15_access (ARMul_State * state, break; case 8: - /* Permissable combinations: + /* Permissible combinations: Opcode_2 CRm 0 5 0 6 @@ -232,7 +232,7 @@ write_cp15_reg (ARMul_State * state, /* Writes are not allowed. */ return; - case 1: /* Auxillary Control. */ + case 1: /* Auxiliary Control. */ /* Only BITS (5, 4) and BITS (1, 0) can be written. */ value &= 0x33; break; |