diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-11-08 16:44:08 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2005-11-08 16:44:08 +0100 |
commit | dc6f3f276e2b4cbc1563def8fb39373a45db84ac (patch) | |
tree | d16d7f3e84b2f9c320748c0bb5610cd996775b9b | |
parent | f093182d313edde9b1f86dbdaf40ba4da2dbd0e7 (diff) |
mm/slab.c: fix a comment typo
-rw-r--r-- | mm/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slab.c b/mm/slab.c index e291f5e1afb..8a73dcfc6a2 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) |