Skip to content

Commit

Permalink
mm/slab.c: fix a comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Bunk authored and Adrian Bunk committed Nov 8, 2005
1 parent f093182 commit dc6f3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dc6f3f2

Please sign in to comment.