Fix typo, cleanup whitespace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86917 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher
2009-11-12 01:06:08 +00:00
parent afa5a34b30
commit 5cf0aedd0b

View File

@@ -283,7 +283,7 @@ namespace {
sys::MemoryBlock LastSlab; sys::MemoryBlock LastSlab;
// Memory slabs allocated by the JIT. We refer to them as slabs so we don't // Memory slabs allocated by the JIT. We refer to them as slabs so we don't
// confuse them with the blocks of memory descibed above. // confuse them with the blocks of memory described above.
std::vector<sys::MemoryBlock> CodeSlabs; std::vector<sys::MemoryBlock> CodeSlabs;
JITSlabAllocator BumpSlabAllocator; JITSlabAllocator BumpSlabAllocator;
BumpPtrAllocator StubAllocator; BumpPtrAllocator StubAllocator;