commit | dbfb4cfd80dd7b8b17e9ae4ce1dbd765a0eb9758 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Mon Mar 01 17:51:02 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Mon Mar 01 17:51:02 2010 +0000 |
tree | c182eaffb682bf5ec97dc420dd14c79bb486b1df | |
parent | f26a52a35ec631c304311caf22b13cc3a6da6450 [diff] [blame] |
Spelling fixes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97454 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/unittests/Support/AllocatorTest.cpp b/unittests/Support/AllocatorTest.cpp index 2a01f3a..6c0fca9 100644 --- a/unittests/Support/AllocatorTest.cpp +++ b/unittests/Support/AllocatorTest.cpp
@@ -88,7 +88,7 @@ Alloc.Allocate(4096 - sizeof(MemSlab), 0); EXPECT_EQ(1U, Alloc.GetNumSlabs()); - // If we dont't allocate a new slab, then we will have overflowed. + // If we don't allocate a new slab, then we will have overflowed. Alloc.Allocate(1, 0); EXPECT_EQ(2U, Alloc.GetNumSlabs()); }