From: Martin Hicks <mort@sgi.com> Date: Sat, 3 Sep 2005 22:54:54 +0000 (-0700) Subject: [PATCH] vm: slab.c spelling correction X-Git-Tag: firefly_0821_release~42118 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0abf40c1ac3f25d264c019e1cfe155d590defb87;p=firefly-linux-kernel-4.4.55.git [PATCH] vm: slab.c spelling correction Fix a small spelling mistake. subtile->subtle Signed-off-by: Martin Hicks <mort@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> --- diff --git a/mm/slab.c b/mm/slab.c index c9e706db4634..ae6cca04de4b 100644 --- a/mm/slab.c +++ b/mm/slab.c @@ -600,7 +600,7 @@ static inline kmem_cache_t *__find_general_cachep(size_t size, csizep++; /* - * Really subtile: The last entry with cs->cs_size==ULONG_MAX + * Really subtle: The last entry with cs->cs_size==ULONG_MAX * has cs_{dma,}cachep==NULL. Thus no special case * for large kmalloc calls required. */