[llvm-commits] [llvm] r90511 - /llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp

Bob Wilson bob.wilson at apple.com
Thu Dec 3 17:33:04 PST 2009


Author: bwilson
Date: Thu Dec  3 19:33:04 2009
New Revision: 90511

URL: http://llvm.org/viewvc/llvm-project?rev=90511&view=rev
Log:
Fix a comment typo.

Modified:
    llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp

Modified: llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp?rev=90511&r1=90510&r2=90511&view=diff

==============================================================================
--- llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp (original)
+++ llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp Thu Dec  3 19:33:04 2009
@@ -357,7 +357,7 @@
   // 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





More information about the llvm-commits mailing list