Commit dc6f3f27 authored by Adrian Bunk's avatar Adrian Bunk Committed by Adrian Bunk

mm/slab.c: fix a comment typo

parent f093182d
...@@ -434,7 +434,7 @@ struct kmem_cache { ...@@ -434,7 +434,7 @@ struct kmem_cache {
/* Optimization question: fewer reaps means less /* Optimization question: fewer reaps means less
* probability for unnessary cpucache drain/refill cycles. * 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. * which could lock up otherwise freeable slabs.
*/ */
#define REAPTIMEOUT_CPUC (2*HZ) #define REAPTIMEOUT_CPUC (2*HZ)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment