ext4: fix a typo in a comment

s/extnets/extents/

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/20200503200647.154701-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
Christophe JAILLET 2020-05-03 22:06:47 +02:00 committed by Theodore Ts'o
parent be809e1274
commit 80dd4978dd

View file

@ -4503,7 +4503,7 @@ static long ext4_zero_range(struct file *file, loff_t offset,
inode_lock(inode);
/*
* Indirect files do not support unwritten extnets
* Indirect files do not support unwritten extents
*/
if (!(ext4_test_inode_flag(inode, EXT4_INODE_EXTENTS))) {
ret = -EOPNOTSUPP;