[llvm-commits] CVS: llvm-poolalloc/runtime/README.txt

John Criswell criswell at cs.uiuc.edu
Tue Dec 20 12:13:08 PST 2005



Changes in directory llvm-poolalloc/runtime:

README.txt updated: 1.3 -> 1.4
---
Log message:

Fixed minor typo.


---
Diffs of the changes:  (+1 -1)

 README.txt |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-poolalloc/runtime/README.txt
diff -u llvm-poolalloc/runtime/README.txt:1.3 llvm-poolalloc/runtime/README.txt:1.4
--- llvm-poolalloc/runtime/README.txt:1.3	Wed May 18 14:56:29 2005
+++ llvm-poolalloc/runtime/README.txt	Tue Dec 20 14:12:48 2005
@@ -5,7 +5,7 @@
 directory.  This supports the pool allocator, the bump pointer optimization,
 and the pointer compression runtime.
 
-The implementation is the FreeListAllocator directory is much slower than
+The implementation in the FreeListAllocator directory is much slower than
 the FL2Allocator and has not been updated.
 
 The implementation in the PoolAllocator directory is also probably out of date,






More information about the llvm-commits mailing list