From: Adrian Bunk Date: Tue, 8 Nov 2005 15:44:08 +0000 (+0100) Subject: mm/slab.c: fix a comment typo X-Git-Tag: firefly_0821_release~40128^2~12 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dc6f3f276e2b4cbc1563def8fb39373a45db84ac;p=firefly-linux-kernel-4.4.55.git mm/slab.c: fix a comment typo --- diff --git a/mm/slab.c b/mm/slab.c index e291f5e1afbb..8a73dcfc6a27 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)