From: Sanjay Patel Date: Wed, 25 Nov 2015 15:33:36 +0000 (+0000) Subject: fix typo; NFC X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d2cf0a31d078abddf08590aeebe069e359da39dd;p=oota-llvm.git fix typo; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254069 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86InstrFMA.td b/lib/Target/X86/X86InstrFMA.td index 86d7a92e54e..49f8ff2263d 100644 --- a/lib/Target/X86/X86InstrFMA.td +++ b/lib/Target/X86/X86InstrFMA.td @@ -161,7 +161,7 @@ multiclass fma3s_rm 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.