aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/ChangeLog
diff options
context:
space:
mode:
authorUwe Kleine-König <ukleinek@informatik.uni-freiburg.de>2007-10-20 01:55:04 +0200
committerAdrian Bunk <bunk@kernel.org>2007-10-20 01:55:04 +0200
commitdbe7f76dd6e7ed4991870f0c779d758b605d9787 (patch)
tree5c915198932698906ed689d495f8ec88c087d729 /fs/ntfs/ChangeLog
parentDocumentation/filesystems/files.txt: remove rcuref_inc_lf() reverences (diff)
downloadlinux-dev-dbe7f76dd6e7ed4991870f0c779d758b605d9787.tar.xz
linux-dev-dbe7f76dd6e7ed4991870f0c779d758b605d9787.zip
fix typo "insted" -> "instead"
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to '')
-rw-r--r--fs/ntfs/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog
index ff2c79c8eddc..37c11e194372 100644
--- a/fs/ntfs/ChangeLog
+++ b/fs/ntfs/ChangeLog
@@ -1585,7 +1585,7 @@ tng-0.0.4 - Big changes, getting in line with Al Viro's comments.
for reading $MFT (ntfs_mft_readpage). In the process create dedicated
address space operations (ntfs_mft_aops) for $MFT inode mapping. Also
removed the now superfluous exports from the kernel core patch.
- - Fix a bug where kfree() was used insted of ntfs_free().
+ - Fix a bug where kfree() was used instead of ntfs_free().
- Change map_mft_record() to take ntfs_inode as argument instead of
vfs inode. Dito for unmap_mft_record(). Adapt all callers.
- Add pointer to ntfs_volume to ntfs_inode.