Skip to content

Commit e479f0a

Browse files
yuzhenfschinaaalexandrovich
authored andcommitted
fs/ntfs3: fix spelling mistake "attibute" -> "attribute"
There is a spelling mistake in comment. Fix it. Signed-off-by: Yu Zhe <yuzhe@nfschina.com> Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
1 parent 08e8cf5 commit e479f0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/ntfs3/xattr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ static noinline int ntfs_set_ea(struct inode *inode, const char *name,
410410

411411
/*
412412
* 1. Check ea_info.size_pack for overflow.
413-
* 2. New attibute size must fit value from $AttrDef
413+
* 2. New attribute size must fit value from $AttrDef
414414
*/
415415
if (new_pack > 0xffff || size > sbi->ea_max_size) {
416416
ntfs_inode_warn(

0 commit comments

Comments
 (0)