diff options
author | Yu Zhe <yuzhe@nfschina.com> | 2022-11-10 15:46:40 +0800 |
---|---|---|
committer | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | 2023-03-27 16:59:13 +0400 |
commit | e479f0a62a2a4358f25d0d0b60c333e6d881d7c6 (patch) | |
tree | 294c26c7a83d7db13c64bf716c03edfb10902e7a /fs/ntfs3 | |
parent | 08e8cf5f2d9ec383a2e339a2711b62a54ff3fba0 (diff) | |
download | linux-e479f0a62a2a4358f25d0d0b60c333e6d881d7c6.tar.gz linux-e479f0a62a2a4358f25d0d0b60c333e6d881d7c6.tar.bz2 linux-e479f0a62a2a4358f25d0d0b60c333e6d881d7c6.zip |
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>
Diffstat (limited to 'fs/ntfs3')
-rw-r--r-- | fs/ntfs3/xattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ntfs3/xattr.c b/fs/ntfs3/xattr.c index f8043838eb92..4746959af964 100644 --- a/fs/ntfs3/xattr.c +++ b/fs/ntfs3/xattr.c @@ -410,7 +410,7 @@ static noinline int ntfs_set_ea(struct inode *inode, const char *name, /* * 1. Check ea_info.size_pack for overflow. - * 2. New attibute size must fit value from $AttrDef + * 2. New attribute size must fit value from $AttrDef */ if (new_pack > 0xffff || size > sbi->ea_max_size) { ntfs_inode_warn( |