]> xenbits.xensource.com Git - people/aperard/linux.git/commitdiff
fs/ntfs3: fix spelling mistake "attibute" -> "attribute"
authorYu Zhe <yuzhe@nfschina.com>
Thu, 10 Nov 2022 07:46:40 +0000 (15:46 +0800)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Mon, 27 Mar 2023 12:59:13 +0000 (16:59 +0400)
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>
fs/ntfs3/xattr.c

index f8043838eb92fa6c5b1852043a226fdac1e06668..4746959af96424585102f8b68e1540a7627f03d5 100644 (file)
@@ -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(