From: Liu Xiang Date: Tue, 29 Jan 2019 12:39:49 +0000 (+0800) Subject: ext2: Fix a typo in comment X-Git-Tag: v5.15~6880^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4bc74ba1c7320933ba8d59a42563b722fe539a36;p=platform%2Fkernel%2Flinux-starfive.git ext2: Fix a typo in comment Fix a typo in ext2_get_blocks comment. Signed-off-by: Liu Xiang Signed-off-by: Jan Kara --- diff --git a/fs/ext2/inode.c b/fs/ext2/inode.c index e64029b..17cdefd 100644 --- a/fs/ext2/inode.c +++ b/fs/ext2/inode.c @@ -717,7 +717,7 @@ static int ext2_get_blocks(struct inode *inode, /* the number of blocks need to allocate for [d,t]indirect blocks */ indirect_blks = (chain + depth) - partial - 1; /* - * Next look up the indirect map to count the totoal number of + * Next look up the indirect map to count the total number of * direct blocks to allocate for this branch. */ count = ext2_blks_to_allocate(partial, indirect_blks,