diff options
author | Martin Hicks <mort@sgi.com> | 2005-09-03 18:54:54 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 03:05:45 -0400 |
commit | 0abf40c1ac3f25d264c019e1cfe155d590defb87 (patch) | |
tree | e33e79f2e2bdb8f5ceceabeff722ef087876eead | |
parent | e83a9596712eb784e7e6604f43a2c140eb912743 (diff) |
[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>
-rw-r--r-- | mm/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -600,7 +600,7 @@ static inline kmem_cache_t *__find_general_cachep(size_t size, | |||
600 | csizep++; | 600 | csizep++; |
601 | 601 | ||
602 | /* | 602 | /* |
603 | * Really subtile: The last entry with cs->cs_size==ULONG_MAX | 603 | * Really subtle: The last entry with cs->cs_size==ULONG_MAX |
604 | * has cs_{dma,}cachep==NULL. Thus no special case | 604 | * has cs_{dma,}cachep==NULL. Thus no special case |
605 | * for large kmalloc calls required. | 605 | * for large kmalloc calls required. |
606 | */ | 606 | */ |