Fix "the the" in comments.

llvm-svn: 240112
This commit is contained in:
Eric Christopher
2015-06-19 01:53:21 +00:00
parent 175d633271
commit 572e03a396
32 changed files with 40 additions and 40 deletions

View File

@@ -129,7 +129,7 @@ TEST(AllocatorTest, TestAlignmentPastSlab) {
// Aligning the current slab pointer is likely to move it past the end of the
// slab, which would confuse any unsigned comparisons with the difference of
// the the end pointer and the aligned pointer.
// the end pointer and the aligned pointer.
Alloc.Allocate(1024, 8192);
EXPECT_EQ(2U, Alloc.GetNumSlabs());