Tweak some comments.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / LegalizeTypesGeneric.cpp
index 0a62956ad75b3a0a89f1c5343173c86297fe51b4..22e5b82516991b656560da16fd8da85ba1b9ebf0 100644 (file)
@@ -303,7 +303,7 @@ void DAGTypeLegalizer::SplitRes_MERGE_VALUES(SDNode *N,
   // first illegal one needs to be expanded into Lo/Hi.
   unsigned i;
 
-  // The string of legal results gets turns into the input operands, which have
+  // The string of legal results gets turned into input operands, which have
   // the same type.
   for (i = 0; isTypeLegal(N->getValueType(i)); ++i)
     ReplaceValueWith(SDValue(N, i), SDValue(N->getOperand(i)));