diff options
Diffstat (limited to 'ChocolArm64/Decoders/OpCode32BImm.cs')
| -rw-r--r-- | ChocolArm64/Decoders/OpCode32BImm.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChocolArm64/Decoders/OpCode32BImm.cs b/ChocolArm64/Decoders/OpCode32BImm.cs index 43f191eb..7f3c29a6 100644 --- a/ChocolArm64/Decoders/OpCode32BImm.cs +++ b/ChocolArm64/Decoders/OpCode32BImm.cs @@ -10,7 +10,7 @@ namespace ChocolArm64.Decoders { uint pc = GetPc(); - //When the codition is never, the instruction is BLX to Thumb mode. + // When the condition is never, the instruction is BLX to Thumb mode. if (Cond != Condition.Nv) { pc &= ~3u; |
