[svn:parrot] r47314 - branches/gc_massacre/src/gc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Wed Jun 2 22:40:35 UTC 2010


Author: mikehh
Date: Wed Jun  2 22:40:34 2010
New Revision: 47314
URL: https://trac.parrot.org/parrot/changeset/47314

Log:
correct some documentation

Modified:
   branches/gc_massacre/src/gc/pool_allocator.c

Modified: branches/gc_massacre/src/gc/pool_allocator.c
==============================================================================
--- branches/gc_massacre/src/gc/pool_allocator.c	Wed Jun  2 22:28:03 2010	(r47313)
+++ branches/gc_massacre/src/gc/pool_allocator.c	Wed Jun  2 22:40:34 2010	(r47314)
@@ -141,7 +141,7 @@
 
 =item C<void Parrot_gc_pool_free(Pool_Allocator *pool, void *data)>
 
-free up pool
+Frees a fixed-size data item back to the pool for later reallocation
 
 =cut
 


More information about the parrot-commits mailing list