From: Adrian Bunk Date: Tue, 8 Nov 2005 15:44:08 +0000 (+0100) Subject: mm/slab.c: fix a comment typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dc6f3f276e2b4cbc1563def8fb39373a45db84ac;p=linux.git mm/slab.c: fix a comment typo --- diff --git a/mm/slab.c b/mm/slab.c index e291f5e1afbb3..8a73dcfc6a276 100644 --- a/mm/slab.c +++ b/mm/slab.c @@ -434,7 +434,7 @@ struct kmem_cache { /* Optimization question: fewer reaps means less * probability for unnessary cpucache drain/refill cycles. * - * OTHO the cpuarrays can contain lots of objects, + * OTOH the cpuarrays can contain lots of objects, * which could lock up otherwise freeable slabs. */ #define REAPTIMEOUT_CPUC (2*HZ)