aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKemeng Shi <[email protected]>2023-08-27 01:47:04 +0800
committerTheodore Ts'o <[email protected]>2023-10-05 22:32:14 -0400
commite44fc921b84ff08a9e2fb827a146fa4021d016f3 (patch)
tree3127e02f130add15353e78545b76421d270b3515
parent40dd7953f4d606c280074f10d23046b6812708ce (diff)
ext4: fix typo in setup_new_flex_group_blocks
grop -> group Signed-off-by: Kemeng Shi <[email protected]> Reviewed-by: Theodore Ts'o <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
-rw-r--r--fs/ext4/resize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/resize.c b/fs/ext4/resize.c
index 667381180b26..5e4856d68c4a 100644
--- a/fs/ext4/resize.c
+++ b/fs/ext4/resize.c
@@ -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;