]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/hpfs/inode.c
treewide: Fix typo in various drivers
[karo-tx-linux.git] / fs / hpfs / inode.c
index 804a9a842cbc1cdf2191efa88eb522821cbcca55..405ab77db39cf2de1dd56ded99beb4073c2c5742 100644 (file)
@@ -147,7 +147,7 @@ static void hpfs_write_inode_ea(struct inode *i, struct fnode *fnode)
        /*if (le32_to_cpu(fnode->acl_size_l) || le16_to_cpu(fnode->acl_size_s)) {
                   Some unknown structures like ACL may be in fnode,
                   we'd better not overwrite them
-               hpfs_error(i->i_sb, "fnode %08x has some unknown HPFS386 stuctures", i->i_ino);
+               hpfs_error(i->i_sb, "fnode %08x has some unknown HPFS386 structures", i->i_ino);
        } else*/ if (hpfs_sb(i->i_sb)->sb_eas >= 2) {
                __le32 ea;
                if (!uid_eq(i->i_uid, hpfs_sb(i->i_sb)->sb_uid) || hpfs_inode->i_ea_uid) {