Fix a typo in ext2_get_blocks comment.

Signed-off-by: Liu Xiang <liu.xiang6@zte.com.cn>
Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
Liu Xiang 2019-01-29 20:39:49 +08:00 коммит произвёл Jan Kara
Родитель 0b7a814c26
Коммит 4bc74ba1c7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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,