Changes by: cha0smaster
Update of /cvsroot/linux-ntfs/ntfsprogs/include/ntfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3838/include/ntfs
Modified Files:
index.h
Log Message:
minor improvements to index.h and ntfsmount.c
Index: index.h
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/include/ntfs/index.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- index.h 6 Jul 2005 22:47:01 -0000 1.4
+++ index.h 29 Jul 2005 21:37:09 -0000 1.5
@@ -31,7 +31,7 @@
/**
* @ni: inode containing the @entry described by this context
- * @name: name of the which context describes
+ * @name: name of the index described by this context
* @name_len: length of the index name
* @entry: index entry (points into @ir or @ia)
* @data: index entry data (points into @entry)
@@ -115,5 +115,5 @@ static inline void ntfs_index_entry_mark
else
ictx->ia_dirty = TRUE;
}
-#endif /* _NTFS_INDEX_H */
+#endif /* _NTFS_INDEX_H */
|