summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-12-04 01:33:04 +0000
committerBob Wilson <bob.wilson@apple.com>2009-12-04 01:33:04 +0000
commit2107eb70d9b37ff758c695d1aa8e911155d98acb (patch)
tree6c6c87f3f6226bf1901cd2afaf24942aea71bc62 /llvm/lib
parent6d11ec8cb8463f0df990fab0543c3398832be733 (diff)
downloadbcm5719-llvm-2107eb70d9b37ff758c695d1aa8e911155d98acb.tar.gz
bcm5719-llvm-2107eb70d9b37ff758c695d1aa8e911155d98acb.zip
Fix a comment typo.
llvm-svn: 90511
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Analysis/ScalarEvolutionExpander.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ScalarEvolutionExpander.cpp b/llvm/lib/Analysis/ScalarEvolutionExpander.cpp
index bcccb04a1e7..7157d47dbcc 100644
--- a/llvm/lib/Analysis/ScalarEvolutionExpander.cpp
+++ b/llvm/lib/Analysis/ScalarEvolutionExpander.cpp
@@ -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
OpenPOWER on IntegriCloud