diff options
| author | Eric Christopher <echristo@gmail.com> | 2015-06-19 01:53:21 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2015-06-19 01:53:21 +0000 |
| commit | 572e03a3965d783ea51d1844d202d822ad6e8f8c (patch) | |
| tree | 96f1b5a8c88f8850cfce209df9164027ffd85886 /llvm/unittests/Support/AllocatorTest.cpp | |
| parent | 175d633271c3b76535474168522578ca244aae5d (diff) | |
| download | llvm-572e03a3965d783ea51d1844d202d822ad6e8f8c.zip llvm-572e03a3965d783ea51d1844d202d822ad6e8f8c.tar.gz llvm-572e03a3965d783ea51d1844d202d822ad6e8f8c.tar.bz2 | |
Fix "the the" in comments.
llvm-svn: 240112
Diffstat (limited to 'llvm/unittests/Support/AllocatorTest.cpp')
| -rw-r--r-- | llvm/unittests/Support/AllocatorTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/AllocatorTest.cpp b/llvm/unittests/Support/AllocatorTest.cpp index 38c7fcb..4b54464 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()); |
