Skip to content

Commit

Permalink
mm/slub.c: fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Phillips <[email protected]>
Acked-by: Christoph Lameter <[email protected]>
Acked-by: David Rientjes <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
kimphill authored and torvalds committed Feb 10, 2015
1 parent ccaafd7 commit 94e4d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -2521,7 +2521,7 @@ EXPORT_SYMBOL(kmem_cache_alloc_node_trace);
#endif

/*
* Slow patch handling. This may still be called frequently since objects
* Slow path handling. This may still be called frequently since objects
* have a longer lifetime than the cpu slabs in most processing loads.
*
* So we still attempt to reduce cache line usage. Just take the slab
Expand Down

0 comments on commit 94e4d71

Please sign in to comment.