Skip to content

Commit

Permalink
[PATCH] vm: slab.c spelling correction
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Martin Hicks authored and Linus Torvalds committed Sep 5, 2005
1 parent e83a959 commit 0abf40c
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 @@ -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.
*/
Expand Down

0 comments on commit 0abf40c

Please sign in to comment.