Fix a typo in a comment.
authorDan Gohman <gohman@apple.com>
Fri, 18 Jun 2010 00:53:08 +0000 (00:53 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 18 Jun 2010 00:53:08 +0000 (00:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106260 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/ScalarEvolutionAliasAnalysis.cpp

index 17b254fca60237dff3d3bb7ef42aa38e9cc78ff6..f95d4019f3e723831f8149e81a84290ec69c1ecc 100644 (file)
@@ -12,7 +12,7 @@
 //
 // This differs from traditional loop dependence analysis in that it tests
 // for dependencies within a single iteration of a loop, rather than
-// dependences between different iterations.
+// dependencies between different iterations.
 //
 // ScalarEvolution has a more complete understanding of pointer arithmetic
 // than BasicAliasAnalysis' collection of ad-hoc analyses.