summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fs/ntfs/attrib.c2
-rw-r--r--fs/ntfs/inode.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/ntfs/attrib.c b/fs/ntfs/attrib.c
index ae5d27734e0c..ece6dd805fe3 100644
--- a/fs/ntfs/attrib.c
+++ b/fs/ntfs/attrib.c
@@ -885,7 +885,7 @@ unm_err_out:
* -1 = LCN_HOLE Hole / not allocated on disk.
* -2 = LCN_RL_NOT_MAPPED This is part of the run list which has not been
* inserted into the run list yet.
- * -3 = LCN_ENOENT There is no such vcn in the data attribute.
+ * -3 = LCN_ENOENT There is no such vcn in the attribute.
* -4 = LCN_EINVAL Input parameter error (if debug enabled).
*/
LCN vcn_to_lcn(const run_list_element *rl, const VCN vcn)
diff --git a/fs/ntfs/inode.h b/fs/ntfs/inode.h
index fbcd295ffad6..2517c0c1efdf 100644
--- a/fs/ntfs/inode.h
+++ b/fs/ntfs/inode.h
@@ -106,7 +106,7 @@ struct _ntfs_inode {
this base inode which have
been loaded. */
ntfs_inode *base_ntfs_ino; /* For nr_extents == -1, the
- vfs inode of the base mft
+ ntfs inode of the base mft
record. */
} SN(ine);
};