Hi, This is just a spelling cleanup in the Shrinker code. Generated against 2.6.11-rc4-mm1, but it applies with a small offset against 2.6.11 Thanks! mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296 Just a few small cleanups to make this coherent english. Signed-Off-By: Martin Hicks Index: linux-2.6.10.toss/include/linux/mm.h =================================================================== --- linux-2.6.10.toss.orig/include/linux/mm.h 2005-03-09 08:14:43.000000000 -0800 +++ linux-2.6.10.toss/include/linux/mm.h 2005-03-09 08:15:00.000000000 -0800 @@ -646,9 +646,9 @@ * These functions are passed a count `nr_to_scan' and a gfpmask. They should * scan `nr_to_scan' objects, attempting to free them. * - * The callback must the number of objects which remain in the cache. + * The callback must return the number of objects which remain in the cache. * - * The callback will be passes nr_to_scan == 0 when the VM is querying the + * The callback will be passed nr_to_scan == 0 when the VM is querying the * cache size, so a fastpath for that case is appropriate. */ typedef int (*shrinker_t)(int nr_to_scan, unsigned int gfp_mask);