Fix "the the" in comments.
[oota-llvm.git] / lib / Analysis / ScalarEvolutionExpander.cpp
index f82235d0c26e094e62e2de9a63748c8af69f1b4e..8274374621c0754bca6443673fd80b72ba50d360 100644 (file)
@@ -1702,7 +1702,7 @@ unsigned SCEVExpander::replaceCongruentIVs(Loop *L, const DominatorTree *DT,
 
   unsigned NumElim = 0;
   DenseMap<const SCEV *, PHINode *> ExprToIVMap;
-  // Process phis from wide to narrow. Mapping wide phis to the their truncation
+  // Process phis from wide to narrow. Map wide phis to their truncation
   // so narrow phis can reuse them.
   for (SmallVectorImpl<PHINode*>::const_iterator PIter = Phis.begin(),
          PEnd = Phis.end(); PIter != PEnd; ++PIter) {