]> err.no Git - linux-2.6/blobdiff - mm/slab.c
USB: doc: usb-help.txt update.
[linux-2.6] / mm / slab.c
index 252972ff6495fedc82193c0c52db6e7d4a4fec5f..21ba0603570001bccb5cf97e3a1bf2adbb3a470d 100644 (file)
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -3224,7 +3224,7 @@ void *kmem_cache_alloc(struct kmem_cache *cachep, gfp_t flags)
 EXPORT_SYMBOL(kmem_cache_alloc);
 
 /**
- * kmem_cache_alloc - Allocate an object. The memory is set to zero.
+ * kmem_cache_zalloc - Allocate an object. The memory is set to zero.
  * @cache: The cache to allocate from.
  * @flags: See kmalloc().
  *