diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-11-08 10:44:08 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2005-11-08 10:44:08 -0500 |
commit | dc6f3f276e2b4cbc1563def8fb39373a45db84ac (patch) | |
tree | d16d7f3e84b2f9c320748c0bb5610cd996775b9b /mm/slab.c | |
parent | f093182d313edde9b1f86dbdaf40ba4da2dbd0e7 (diff) |
mm/slab.c: fix a comment typo
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -434,7 +434,7 @@ struct kmem_cache { | |||
434 | /* Optimization question: fewer reaps means less | 434 | /* Optimization question: fewer reaps means less |
435 | * probability for unnessary cpucache drain/refill cycles. | 435 | * probability for unnessary cpucache drain/refill cycles. |
436 | * | 436 | * |
437 | * OTHO the cpuarrays can contain lots of objects, | 437 | * OTOH the cpuarrays can contain lots of objects, |
438 | * which could lock up otherwise freeable slabs. | 438 | * which could lock up otherwise freeable slabs. |
439 | */ | 439 | */ |
440 | #define REAPTIMEOUT_CPUC (2*HZ) | 440 | #define REAPTIMEOUT_CPUC (2*HZ) |