[svn:parrot] r38861 - trunk/src/gc

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Sun May 17 02:57:32 UTC 2009


Author: whiteknight
Date: Sun May 17 02:57:31 2009
New Revision: 38861
URL: https://trac.parrot.org/parrot/changeset/38861

Log:
[gc] small documentation change for line-ending

Modified:
   trunk/src/gc/gc_ms.c

Modified: trunk/src/gc/gc_ms.c
==============================================================================
--- trunk/src/gc/gc_ms.c	Sun May 17 02:31:50 2009	(r38860)
+++ trunk/src/gc/gc_ms.c	Sun May 17 02:57:31 2009	(r38861)
@@ -377,8 +377,8 @@
         }
     }
 
-    /* requires that num_free_objects be updated in Parrot_gc_mark_and_sweep. If gc
-     * is disabled, then we must check the free list directly. */
+    /* requires that num_free_objects be updated in Parrot_gc_mark_and_sweep.
+       If gc is disabled, then we must check the free list directly. */
     if (!pool->free_list)
         (*pool->alloc_objects) (interp, pool);
 }


More information about the parrot-commits mailing list