diff options
-rw-r--r-- | llvm/lib/Target/X86/X86InstrFMA.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrFMA.td b/llvm/lib/Target/X86/X86InstrFMA.td index 86d7a92e54e..49f8ff2263d 100644 --- a/llvm/lib/Target/X86/X86InstrFMA.td +++ b/llvm/lib/Target/X86/X86InstrFMA.td @@ -161,7 +161,7 @@ multiclass fma3s_rm<bits<8> opc, string OpcodeStr, // These FMA*_Int instructions are defined specially for being used when // the scalar FMA intrinsics are lowered to machine instructions, and in that -// sence they are similar to existing ADD*_Int, SUB*_Int, MUL*_Int, etc. +// sense, they are similar to existing ADD*_Int, SUB*_Int, MUL*_Int, etc. // instructions. // // All of the FMA*_Int opcodes are defined as commutable here. |