Skip to content
Snippets Groups Projects
Commit a941f836 authored by Zhi Yong Wu's avatar Zhi Yong Wu Committed by Pekka Enberg
Browse files

mm, slub: fix the typo in include/linux/slub_def.h

parent c6f58d9b
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment