mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
Spelling fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97454 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3f46a3abee
commit
85f1968138
@ -88,7 +88,7 @@ TEST(AllocatorTest, TestOverflow) {
|
||||
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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user