summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
diff options
context:
space:
mode:
authorAdrian Bunk2005-11-08 16:44:08 +0100
committerAdrian Bunk2005-11-08 16:44:08 +0100
commitdc6f3f276e2b4cbc1563def8fb39373a45db84ac (patch)
treed16d7f3e84b2f9c320748c0bb5610cd996775b9b /mm/slab.c
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge (diff)
downloadkernel-qcow2-linux-dc6f3f276e2b4cbc1563def8fb39373a45db84ac.tar.gz
kernel-qcow2-linux-dc6f3f276e2b4cbc1563def8fb39373a45db84ac.tar.xz
kernel-qcow2-linux-dc6f3f276e2b4cbc1563def8fb39373a45db84ac.zip
mm/slab.c: fix a comment typo
Diffstat (limited to 'mm/slab.c')
-rw-r--r--mm/slab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slab.c b/mm/slab.c
index e291f5e1afbb..8a73dcfc6a27 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)