aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab_common.c
diff options
context:
space:
mode:
authorQuanfa Fu <fuqf0919@gmail.com>2022-01-14 14:09:25 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2022-01-15 16:30:31 +0200
commit0b8f0d870020dbd7037bfacbb73a9b3213470f90 (patch)
treed74c462f6a8f592e0d9d79db405777f5ca591b67 /mm/slab_common.c
parentzram: use ATTRIBUTE_GROUPS (diff)
downloadlinux-dev-0b8f0d870020dbd7037bfacbb73a9b3213470f90.tar.xz
linux-dev-0b8f0d870020dbd7037bfacbb73a9b3213470f90.zip
mm: fix some comment errors
Link: https://lkml.kernel.org/r/20211101040208.460810-1-fuqf0919@gmail.com Signed-off-by: Quanfa Fu <fuqf0919@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/slab_common.c')
-rw-r--r--mm/slab_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slab_common.c b/mm/slab_common.c
index 1f75bd4e95d6..9513244457e6 100644
--- a/mm/slab_common.c
+++ b/mm/slab_common.c
@@ -819,7 +819,7 @@ void __init setup_kmalloc_cache_index_table(void)
if (KMALLOC_MIN_SIZE >= 64) {
/*
- * The 96 byte size cache is not used if the alignment
+ * The 96 byte sized cache is not used if the alignment
* is 64 byte.
*/
for (i = 64 + 8; i <= 96; i += 8)