mm/slub: fix typo in sheaves comment

Fix a typo in the comment describing oversize sheaves handling:
"area" should be "are".

Signed-off-by: Wilson Zeng <cheng20011202@gmail.com>
Acked-by: Harry Yoo (Oracle) <harry@kernel.org>
Link: https://patch.msgid.link/20260516164033.1566208-1-cheng20011202@gmail.com
Signed-off-by: Vlastimil Babka (SUSE) <vbabka@kernel.org>
This commit is contained in:
Wilson Zeng 2026-05-17 00:40:33 +08:00 committed by Vlastimil Babka (SUSE)
parent 93a51a74d7
commit c996bad23b

View File

@ -5024,7 +5024,7 @@ kmem_cache_prefill_sheaf(struct kmem_cache *s, gfp_t gfp, unsigned int size)
/*
* we do not need to care about pfmemalloc here because oversize
* sheaves area always flushed and freed when returned
* sheaves are always flushed and freed when returned
*/
if (!__kmem_cache_alloc_bulk(s, gfp, size,
&sheaf->objects[0])) {