dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Martin Hicks 2005-09-03 15:54:54 -07:00 committed by Linus Torvalds
parent e83a959671
commit 0abf40c1ac
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/