From: Yu Zhe Date: Thu, 10 Nov 2022 07:46:40 +0000 (+0800) Subject: fs/ntfs3: fix spelling mistake "attibute" -> "attribute" X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e479f0a62a2a4358f25d0d0b60c333e6d881d7c6;p=people%2Faperard%2Flinux.git fs/ntfs3: fix spelling mistake "attibute" -> "attribute" There is a spelling mistake in comment. Fix it. Signed-off-by: Yu Zhe Signed-off-by: Konstantin Komarov --- diff --git a/fs/ntfs3/xattr.c b/fs/ntfs3/xattr.c index f8043838eb92f..4746959af9642 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(