[llvm] r221148 - Test commit.

Charlie Turner charlie.turner at arm.com
Mon Nov 3 02:58:05 PST 2014


Author: chatur01
Date: Mon Nov  3 04:58:05 2014
New Revision: 221148

URL: http://llvm.org/viewvc/llvm-project?rev=221148&view=rev
Log:
Test commit.

Fixes two typos.

Change-Id: I129f647de8933e1d8f0dc9941bcb91602edce7e2

Modified:
    llvm/trunk/include/llvm/Support/Allocator.h

Modified: llvm/trunk/include/llvm/Support/Allocator.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Allocator.h?rev=221148&r1=221147&r2=221148&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/Allocator.h (original)
+++ llvm/trunk/include/llvm/Support/Allocator.h Mon Nov  3 04:58:05 2014
@@ -119,8 +119,8 @@ void printBumpPtrAllocatorStats(unsigned
 /// \brief Allocate memory in an ever growing pool, as if by bump-pointer.
 ///
 /// This isn't strictly a bump-pointer allocator as it uses backing slabs of
-/// memory rather than relying on boundless contiguous heap. However, it has
-/// bump-pointer semantics in that is a monotonically growing pool of memory
+/// memory rather than relying on a boundless contiguous heap. However, it has
+/// bump-pointer semantics in that it is a monotonically growing pool of memory
 /// where every allocation is found by merely allocating the next N bytes in
 /// the slab, or the next N bytes in the next slab.
 ///





More information about the llvm-commits mailing list