From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 2 Apr 2007 23:06:36 +0200 From: Charles =?iso-8859-1?Q?Cl=E9ment?= Subject: [KJ] [PATCH] mm: spelling error in a comment Message-ID: <20070402210636.GA14216@tux> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit Sender: owner-linux-mm@kvack.org Return-Path: To: kernel-janitors@lists.linux-foundation.org Cc: linux-mm@kvack.org List-ID: Fix spelling in a comment in mm/slab.c. Signed-off-by: Charles Clement --- Index: linux-2.6.21-rc5/mm/slab.c =================================================================== --- linux-2.6.21-rc5.orig/mm/slab.c +++ linux-2.6.21-rc5/mm/slab.c @@ -451,7 +451,7 @@ struct kmem_cache { #define BATCHREFILL_LIMIT 16 /* - * Optimization question: fewer reaps means less probability for unnessary + * Optimization question: fewer reaps means less probability for unnecessary * cpucache drain/refill cycles. * * OTOH the cpuarrays can contain lots of objects, -- Charles Clement. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org