From 572e03a3965d783ea51d1844d202d822ad6e8f8c Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 19 Jun 2015 01:53:21 +0000 Subject: Fix "the the" in comments. llvm-svn: 240112 --- llvm/unittests/Support/AllocatorTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/unittests/Support') diff --git a/llvm/unittests/Support/AllocatorTest.cpp b/llvm/unittests/Support/AllocatorTest.cpp index 38c7fcba8af..4b544641e9b 100644 --- a/llvm/unittests/Support/AllocatorTest.cpp +++ b/llvm/unittests/Support/AllocatorTest.cpp @@ -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()); -- cgit v1.2.3