Fix a comment typo.
authorBob Wilson <bob.wilson@apple.com>
Fri, 4 Dec 2009 01:33:04 +0000 (01:33 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 4 Dec 2009 01:33:04 +0000 (01:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90511 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/ScalarEvolutionExpander.cpp

index bcccb04a1e7ce4822bea1466cc1d5b660c7d0236..7157d47dbcc826ec5a28aedceb67797baa863dab 100644 (file)
@@ -357,7 +357,7 @@ Value *SCEVExpander::expandAddToGEP(const SCEV *const *op_begin,
   // without the other.
   SplitAddRecs(Ops, Ty, SE);
 
-  // Decend down the pointer's type and attempt to convert the other
+  // Descend down the pointer's type and attempt to convert the other
   // operands into GEP indices, at each level. The first index in a GEP
   // indexes into the array implied by the pointer operand; the rest of
   // the indices index into the element or field type selected by the