fix typo; NFC
authorSanjay Patel <spatel@rotateright.com>
Wed, 25 Nov 2015 15:33:36 +0000 (15:33 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 25 Nov 2015 15:33:36 +0000 (15:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254069 91177308-0d34-0410-b5e6-96231b3b80d8

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.