diff --git a/inc/winfsp/winfsp.h b/inc/winfsp/winfsp.h
index 304d1db8..9c3aa0c3 100644
--- a/inc/winfsp/winfsp.h
+++ b/inc/winfsp/winfsp.h
@@ -1090,7 +1090,7 @@ typedef struct _FSP_FILE_SYSTEM_INTERFACE
* This function gets called in all file deletion scenarios:
*
* - When the DeleteFile or RemoveDirectory API's are used.
- * - When the SetInformationByHandle API with FileDispositionInfo or FileDispositionInfoEx is used.
+ *
- When the SetInformationByHandle API with FileDispositionInfo or FileDispositionInfoEx is used.
* - When a file is opened using FILE_DELETE_ON_CLOSE.
* - Etc.
*