fix typo; NFC
authorSanjay Patel <spatel@rotateright.com>
Thu, 18 Aug 2016 14:17:34 +0000 (14:17 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 18 Aug 2016 14:17:34 +0000 (14:17 +0000)
llvm-svn: 279068

llvm/lib/Target/X86/X86ISelLowering.cpp

index d3f61cc..0815f83 100644 (file)
@@ -14395,7 +14395,7 @@ SDValue X86TargetLowering::LowerTRUNCATE(SDValue Op, SelectionDAG &DAG) const {
     return DAG.getNode(X86ISD::VTRUNC, DL, VT, In);
   }
 
-  // Truncate with PACKSS if we are trucating a vector comparison result.
+  // Truncate with PACKSS if we are truncating a vector comparison result.
   // TODO: We should be able to support other operations as long as we
   // we are saturating+packing zero/all bits only.
   auto IsPackableComparison = [](SDValue V) {