diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2015-02-10 14:09:37 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-10 14:30:30 -0800 |
commit | 94e4d712eb28c9a87c40c898af540725f63e68eb (patch) | |
tree | bb520fd2c34f786eed33a9c6e525b623f862e81e /mm/slub.c | |
parent | ccaafd7fd039aebc9359a9799f8558b01f1c2adc (diff) | |
download | linux-94e4d712eb28c9a87c40c898af540725f63e68eb.tar.bz2 |
mm/slub.c: fix typo in comment
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Acked-by: Christoph Lameter <cl@linux.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/slub.c')
-rw-r--r-- | mm/slub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slub.c b/mm/slub.c index e7ed6f8304f4..8b8508adf9c2 100644 --- a/mm/slub.c +++ b/mm/slub.c @@ -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 |