diff --git a/lib/Target/AArch64/AArch64InstrFormats.td b/lib/Target/AArch64/AArch64InstrFormats.td index 8cb770ea7f8..cb93471058d 100644 --- a/lib/Target/AArch64/AArch64InstrFormats.td +++ b/lib/Target/AArch64/AArch64InstrFormats.td @@ -21,7 +21,7 @@ class A64Inst patterns, InstrItinClass itin> : Instruction { // All A64 instructions are 32-bit. This field will be filled in - // graually going down the hierarchy. + // gradually going down the hierarchy. field bits<32> Inst; field bits<32> Unpredictable = 0;