Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs/libntfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4417/libntfs
Modified Files:
inode.c
Log Message:
Correct ntfs_inode_sync_file_name comment typos
Index: inode.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/libntfs/inode.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -p -r1.56 -r1.57
--- inode.c 20 Jun 2005 14:31:58 -0000 1.56
+++ inode.c 25 Jun 2005 13:15:12 -0000 1.57
@@ -459,10 +459,10 @@ static int ntfs_inode_sync_standard_info
}
/**
- * ntfs_inode_sync_standard_information - update FILE_NAME attribute's
- * @ni: ntfs inode to update FILE_NAME attribute's
+ * ntfs_inode_sync_file_name - update FILE_NAME attributes
+ * @ni: ntfs inode to update FILE_NAME attributes
*
- * Update all FILE_NAME attribute's for inode @ni in the index.
+ * Update all FILE_NAME attributes for inode @ni in the index.
*
* Return 0 on success or -1 on error with errno set to the error code.
*/
|