Messages in this thread Patch in this message |  | | Date | Mon, 15 Aug 2005 12:41:16 -0400 | From | Martin Hicks <> | Subject | [PATCH] vm: slab.c spelling correction |
| |
as the Subject says...
-- Martin Hicks || Silicon Graphics Inc. || mort@sgi.com
Fix a small spelling mistake. subtile->subtle
Signed-off-by: Martin Hicks <mort@sgi.com>
--- commit fde14c4f6598615c97ec36dc327ec357044d50a1 tree 7d34f622a36d0920e6d77f2adfbe19b5501b9e76 parent ec3f303ed39a1fa9f66828bfa2d248b2e697544a author Martin Hicks,,,,,,,engr <mort@tomahawk.engr.sgi.com> Mon, 15 Aug 2005 09:27:24 -0700 committer Martin Hicks,,,,,,,engr <mort@tomahawk.engr.sgi.com> Mon, 15 Aug 2005 09:27:24 -0700
mm/slab.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mm/slab.c b/mm/slab.c --- a/mm/slab.c +++ b/mm/slab.c @@ -600,7 +600,7 @@ static inline kmem_cache_t *__find_gener 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. */ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |