[llvm] r281862 - [X86] Fix typo in comment. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 18 11:59:38 PDT 2016


Author: ctopper
Date: Sun Sep 18 13:59:38 2016
New Revision: 281862

URL: http://llvm.org/viewvc/llvm-project?rev=281862&view=rev
Log:
[X86] Fix typo in comment. NFC

Modified:
    llvm/trunk/lib/Target/X86/X86ISelLowering.cpp

Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp?rev=281862&r1=281861&r2=281862&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Sun Sep 18 13:59:38 2016
@@ -17636,7 +17636,7 @@ static SDValue LowerINTRINSIC_WO_CHAIN(S
       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)




More information about the llvm-commits mailing list