mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-24 02:25:02 +08:00
Correct ntfs_inode_sync_file_name comment typos
This commit is contained in:
parent
31c31a244d
commit
d8dd64d425
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user