Răsfoiți Sursa

mm/slab.c: fix a comment typo

Adrian Bunk 20 ani în urmă
părinte
comite
dc6f3f276e
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      mm/slab.c

+ 1 - 1
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)