ext4: Fix comment typo "especiially".
Change "especiially" to "especially". Cc: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Tao Ma <boyu.mt@taobao.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
42b16b3fbb
commit
b8d6568a12
|
@ -131,7 +131,7 @@ static ext4_fsblk_t ext4_ext_find_goal(struct inode *inode,
|
||||||
* fragmenting the file system's free space. Maybe we
|
* fragmenting the file system's free space. Maybe we
|
||||||
* should have some hueristics or some way to allow
|
* should have some hueristics or some way to allow
|
||||||
* userspace to pass a hint to file system,
|
* userspace to pass a hint to file system,
|
||||||
* especiially if the latter case turns out to be
|
* especially if the latter case turns out to be
|
||||||
* common.
|
* common.
|
||||||
*/
|
*/
|
||||||
ex = path[depth].p_ext;
|
ex = path[depth].p_ext;
|
||||||
|
|
Loading…
Reference in New Issue