Merging r259177:
[oota-llvm.git] / unittests / Support / AllocatorTest.cpp
index 38c7fcba8afd420a4951a70ef2ef72cd992c65c3..4b544641e9bffa2fa4035701bb4dbe149f5e1026 100644 (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());