ext4: fix typo in setup_new_flex_group_blocks
authorKemeng Shi <shikemeng@huaweicloud.com>
Sat, 26 Aug 2023 17:47:04 +0000 (01:47 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 6 Oct 2023 02:32:14 +0000 (22:32 -0400)
grop -> group

Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>
Reviewed-by: Theodore Ts'o <tytso@mit.edu>
Link: https://lore.kernel.org/r/20230826174712.4059355-6-shikemeng@huaweicloud.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/resize.c

index 667381180b2619cf72080731646299036ca315d8..5e4856d68c4aa4cfc16b4f0287e5ecde8b491f78 100644 (file)
@@ -609,7 +609,7 @@ static int setup_new_flex_group_blocks(struct super_block *sb,
                }
 
 handle_itb:
-               /* Initialize group tables of the grop @group */
+               /* Initialize group tables of the group @group */
                if (!(bg_flags[i] & EXT4_BG_INODE_ZEROED))
                        goto handle_bb;