Fix comment grammaro
authorReid Spencer <rspencer@reidspencer.com>
Mon, 4 Dec 2006 21:33:23 +0000 (21:33 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 4 Dec 2006 21:33:23 +0000 (21:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32198 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/ScalarEvolution.cpp

index 52d9410b340f59bc340409e4ca73157ecbc7c832..6f75fa0f0e78cccee96f83bfdf230a8a40272ce1 100644 (file)
@@ -1925,9 +1925,9 @@ SCEVHandle ScalarEvolutionsImpl::getSCEVAtScope(SCEV *V, const Loop *L) {
             }
           }
 
-      // Okay, this is a some expression that we cannot symbolically evaluate
+      // Okay, this is an expression that we cannot symbolically evaluate
       // into a SCEV.  Check to see if it's possible to symbolically evaluate
-      // the arguments into constants, and if see, try to constant propagate the
+      // the arguments into constants, and if so, try to constant propagate the
       // result.  This is particularly useful for computing loop exit values.
       if (CanConstantFold(I)) {
         std::vector<Constant*> Operands;