]> granicus.if.org Git - llvm/commitdiff
[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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281862 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index bbd84dca16a51f27a603aa09870cbdb1ae4ff723..70ab194ef072befea84d879bcabde690b13a351d 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)