aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-11-08 16:44:08 +0100
committerAdrian Bunk <bunk@r063144.stusta.swh.mhn.de>2005-11-08 16:44:08 +0100
commitdc6f3f276e2b4cbc1563def8fb39373a45db84ac (patch)
treed16d7f3e84b2f9c320748c0bb5610cd996775b9b /mm
parentf093182d313edde9b1f86dbdaf40ba4da2dbd0e7 (diff)
downloadlinux-dc6f3f276e2b4cbc1563def8fb39373a45db84ac.tar.gz
mm/slab.c: fix a comment typo
Diffstat (limited to 'mm')
-rw-r--r--mm/slab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slab.c b/mm/slab.c
index e291f5e1afbb3..8a73dcfc6a276 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)