Skip to content

Commit 2a8f9c8

Browse files
committed
Fix typo
1 parent 20d5661 commit 2a8f9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Analysis/DependenceAnalysis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ static void dumpExampleDependence(raw_ostream &OS, DependenceInfo *DA,
189189
/*UnderRuntimeAssumptions=*/true)) {
190190

191191
#ifndef NDEBUG
192-
// Verify that the distance begin zero is equivalent to the
192+
// Verify that the distance being zero is equivalent to the
193193
// direction being EQ.
194194
for (unsigned Level = 1; Level <= D->getLevels(); Level++) {
195195
const SCEV *Distance = D->getDistance(Level);

0 commit comments

Comments
 (0)