diff options
Diffstat (limited to 'vm/compiler/codegen/arm/ArmLIR.h')
| -rw-r--r-- | vm/compiler/codegen/arm/ArmLIR.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/compiler/codegen/arm/ArmLIR.h b/vm/compiler/codegen/arm/ArmLIR.h index b329aedb7..7d262215e 100644 --- a/vm/compiler/codegen/arm/ArmLIR.h +++ b/vm/compiler/codegen/arm/ArmLIR.h @@ -706,7 +706,7 @@ extern ArmEncodingMap EncodingMap[kArmLast]; /* * Each instance of this struct holds a pseudo or real LIR instruction: - * - pesudo ones (eg labels and marks) and will be discarded by the assembler. + * - pseudo ones (eg labels and marks) and will be discarded by the assembler. * - real ones will be assembled into Thumb instructions. * * Machine resources are encoded into a 64-bit vector, where the encodings are |
