fix typo; NFC
[oota-llvm.git] / lib / Target / X86 / X86InstrFMA.td
index 86d7a92e54edaad11f3336744c1a69735fcfa2fc..49f8ff2263dc027e43d8c6f37823b1ac96598eb0 100644 (file)
@@ -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.