[X86] Fix typo in comment. NFC
authorCraig Topper <craig.topper@gmail.com>
Sun, 18 Sep 2016 18:59:38 +0000 (18:59 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 18 Sep 2016 18:59:38 +0000 (18:59 +0000)
llvm-svn: 281862

llvm/lib/Target/X86/X86ISelLowering.cpp

index bbd84dc..70ab194 100644 (file)
@@ -17636,7 +17636,7 @@ static SDValue LowerINTRINSIC_WO_CHAIN(SDValue Op, const X86Subtarget &Subtarget
       SDValue PassThru = Op.getOperand(2);
       SDValue Mask = Op.getOperand(3);
       SDValue RoundingMode;
-      // We allways add rounding mode to the Node.
+      // We always add rounding mode to the Node.
       // If the rounding mode is not specified, we add the
       // "current direction" mode.
       if (Op.getNumOperands() == 4)