fix 'the the '; NFC

llvm-svn: 254928
This commit is contained in:
Sanjay Patel
2015-12-07 19:21:39 +00:00
parent aff223278c
commit e4b9f507cf
6 changed files with 6 additions and 6 deletions

View File

@@ -289,7 +289,7 @@ void RuntimePointerChecking::groupChecks(
// don't process them twice.
SmallSet<unsigned, 2> Seen;
// Go through all equivalence classes, get the the "pointer check groups"
// Go through all equivalence classes, get the "pointer check groups"
// and add them to the overall solution. We use the order in which accesses
// appear in 'Pointers' to enforce determinism.
for (unsigned I = 0; I < Pointers.size(); ++I) {