diff --git a/mm/slab.c b/mm/slab.c index e291f5e1afbb3acd9d53ad3646527e2f06c3169f..8a73dcfc6a2760f04a4d67c5cf40762b24f00515 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)