Index: linux-2.6.21-rc6/mm/slub.c =================================================================== --- linux-2.6.21-rc6.orig/mm/slub.c 2007-04-10 19:00:53.000000000 -0700 +++ linux-2.6.21-rc6/mm/slub.c 2007-04-10 19:11:24.000000000 -0700 @@ -1289,8 +1289,7 @@ checks_ok: goto slab_empty; /* - * Objects left in the slab. If it - * was not on the partial list before + * Objects left in the slab. If the page is not on the partial list * then add it. */ if (unlikely(!prior)) @@ -1333,7 +1332,7 @@ void kmem_cache_free(struct kmem_cache * } EXPORT_SYMBOL(kmem_cache_free); -/* Figure out on which slab object the object resides */ +/* Figure out on which slab the object resides */ static struct page *get_object_page(const void *x) { struct page *page = virt_to_head_page(x); @@ -1384,7 +1383,7 @@ static int slub_min_objects = 8; static int slub_nomerge; /* - * Debug settings: + * Debug settings */ static int slub_debug;