From c996bad23b9164cfbdd6881f51316622e2a32210 Mon Sep 17 00:00:00 2001 From: Wilson Zeng Date: Sun, 17 May 2026 00:40:33 +0800 Subject: [PATCH] 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 Acked-by: Harry Yoo (Oracle) Link: https://patch.msgid.link/20260516164033.1566208-1-cheng20011202@gmail.com Signed-off-by: Vlastimil Babka (SUSE) --- mm/slub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/slub.c b/mm/slub.c index ff667b22bc04..fad0d2b6a33d 100644 --- a/mm/slub.c +++ b/mm/slub.c @@ -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])) {