typo fix
parent
ab2ad80ae7
commit
27d923bffb
|
@ -1324,7 +1324,7 @@ search:
|
|||
((FILE_NAME_ATTR*)ictx->data)->file_name_type = FILE_NAME_POSIX;
|
||||
ntfs_index_entry_mark_dirty(ictx);
|
||||
}
|
||||
/* Do not support reparse oint deletion yet. */
|
||||
/* Do not support reparse point deletion yet. */
|
||||
if (((FILE_NAME_ATTR*)ictx->data)->file_attributes &
|
||||
FILE_ATTR_REPARSE_POINT) {
|
||||
errno = EOPNOTSUPP;
|
||||
|
|
Loading…
Reference in New Issue