From d8dd64d425a9f9a67c7b9cbb651ca7c8e709d6fc Mon Sep 17 00:00:00 2001 From: szaka Date: Sat, 25 Jun 2005 13:15:12 +0000 Subject: [PATCH] Correct ntfs_inode_sync_file_name comment typos --- libntfs/inode.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libntfs/inode.c b/libntfs/inode.c index 3fb21bbb..c9e02760 100644 --- a/libntfs/inode.c +++ b/libntfs/inode.c @@ -459,10 +459,10 @@ static int ntfs_inode_sync_standard_information(ntfs_inode *ni) } /** - * 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. */