diff options
| author | Theodore Ts'o <tytso@mit.edu> | 2017-03-25 17:33:31 -0400 | 
|---|---|---|
| committer | Theodore Ts'o <tytso@mit.edu> | 2017-03-25 17:33:31 -0400 | 
| commit | d67d64f423147cf4fe8212658255e1160a4ef02c (patch) | |
| tree | e109d658d8d7989bae03abd83bfa7a9e1ec613f3 /fs/ext4/inode.c | |
| parent | dac7a4b4b1f664934e8b713f529b629f67db313c (diff) | |
ext4: fix two spelling nits
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/inode.c')
| -rw-r--r-- | fs/ext4/inode.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index f622d4a577e3..f303d3a7f44a 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -5400,7 +5400,7 @@ int ext4_getattr(struct vfsmount *mnt, struct dentry *dentry,  	 * If there is inline data in the inode, the inode will normally not  	 * have data blocks allocated (it may have an external xattr block).  	 * Report at least one sector for such files, so tools like tar, rsync, -	 * others doen't incorrectly think the file is completely sparse. +	 * others don't incorrectly think the file is completely sparse.  	 */  	if (unlikely(ext4_has_inline_data(inode)))  		stat->blocks += (stat->size + 511) >> 9; | 
