From e4c7e0821bac256bf96f838465d4fd43c2ab2f26 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 22 Apr 2016 16:22:28 -0700 Subject: [PATCH] inc: srcdoc fix --- inc/winfsp/winfsp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/winfsp/winfsp.h b/inc/winfsp/winfsp.h index 23caf5b0..eeb92733 100644 --- a/inc/winfsp/winfsp.h +++ b/inc/winfsp/winfsp.h @@ -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.