inc: srcdoc fix

This commit is contained in:
Bill Zissimopoulos 2016-04-22 16:22:28 -07:00
parent 34033c1563
commit e4c7e0821b

View File

@ -426,8 +426,8 @@ typedef struct _FSP_FILE_SYSTEM_INTERFACE
* Determine whether a file or directory can be deleted.
*
* This function tests whether a file or directory can be safely deleted. This function does
* need to perform access checks, but may performs tasks such as check for empty directories,
* etc.
* not need to perform access checks, but may performs tasks such as check for empty
* directories, etc.
*
* @param FileSystem
* The file system on which this request is posted.