diff options
| author | Anton Altaparmakov <aia21@cam.ac.uk> | 2002-04-16 01:26:22 +0100 |
|---|---|---|
| committer | Anton Altaparmakov <aia21@cam.ac.uk> | 2002-04-16 01:26:22 +0100 |
| commit | ebb4014ceaa0b943cc1d2cd1ec550a60c2f5be72 (patch) | |
| tree | dfc3b408847904edaa13e8f24199d74ecdfbf38e | |
| parent | c3e2c762a81e32cb8b13c4949616ac912a6edac4 (diff) | |
Typo fixes.
| -rw-r--r-- | fs/ntfs/attrib.c | 2 | ||||
| -rw-r--r-- | fs/ntfs/inode.h | 2 |
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); }; |
