mm, slub: fix the typo in include/linux/slub_def.h
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Fri, 8 Nov 2013 12:47:36 +0000 (20:47 +0800)
committerPekka Enberg <penberg@kernel.org>
Mon, 11 Nov 2013 16:18:31 +0000 (18:18 +0200)
Acked-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
include/linux/slub_def.h

index 027276f..2dc4e78 100644 (file)
@@ -17,7 +17,7 @@
 enum stat_item {
        ALLOC_FASTPATH,         /* Allocation from cpu slab */
        ALLOC_SLOWPATH,         /* Allocation by getting a new cpu slab */
-       FREE_FASTPATH,          /* Free to cpu slub */
+       FREE_FASTPATH,          /* Free to cpu slab */
        FREE_SLOWPATH,          /* Freeing not to cpu slab */
        FREE_FROZEN,            /* Freeing to frozen slab */
        FREE_ADD_PARTIAL,       /* Freeing moves slab to partial list */