Skip to content

Commit 94e4d71

Browse files
kimphilltorvalds
authored andcommitted
mm/slub.c: fix typo in comment
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]>
1 parent ccaafd7 commit 94e4d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/slub.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2521,7 +2521,7 @@ EXPORT_SYMBOL(kmem_cache_alloc_node_trace);
25212521
#endif
25222522

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

0 commit comments

Comments
 (0)