diff options
author | Quanfa Fu <fuqf0919@gmail.com> | 2022-01-15 01:09:25 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-01-15 17:30:31 +0300 |
commit | 0b8f0d870020dbd7037bfacbb73a9b3213470f90 (patch) | |
tree | d74c462f6a8f592e0d9d79db405777f5ca591b67 /mm/slab_common.c | |
parent | 7f0d267243aa9dd32944bd7d3b34afff60545edb (diff) | |
download | linux-0b8f0d870020dbd7037bfacbb73a9b3213470f90.tar.xz |
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.c | 2 |
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) |