Commit ebb4014c authored by Anton Altaparmakov's avatar Anton Altaparmakov

Typo fixes.

parent c3e2c762
...@@ -885,7 +885,7 @@ int map_run_list(ntfs_inode *ni, VCN vcn) ...@@ -885,7 +885,7 @@ int map_run_list(ntfs_inode *ni, VCN vcn)
* -1 = LCN_HOLE Hole / not allocated on disk. * -1 = LCN_HOLE Hole / not allocated on disk.
* -2 = LCN_RL_NOT_MAPPED This is part of the run list which has not been * -2 = LCN_RL_NOT_MAPPED This is part of the run list which has not been
* inserted into the run list yet. * 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). * -4 = LCN_EINVAL Input parameter error (if debug enabled).
*/ */
LCN vcn_to_lcn(const run_list_element *rl, const VCN vcn) LCN vcn_to_lcn(const run_list_element *rl, const VCN vcn)
......
...@@ -106,7 +106,7 @@ struct _ntfs_inode { ...@@ -106,7 +106,7 @@ struct _ntfs_inode {
this base inode which have this base inode which have
been loaded. */ been loaded. */
ntfs_inode *base_ntfs_ino; /* For nr_extents == -1, the ntfs_inode *base_ntfs_ino; /* For nr_extents == -1, the
vfs inode of the base mft ntfs inode of the base mft
record. */ record. */
} SN(ine); } SN(ine);
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment