From 05f622f2ded9a8f0cd05ae76c8cc84334742338d Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 4 May 2018 14:48:46 -0700 Subject: [PATCH] inc: winfsp.h: fix Control doc --- 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 fe71f661..c4fcc1f8 100644 --- a/inc/winfsp/winfsp.h +++ b/inc/winfsp/winfsp.h @@ -838,9 +838,9 @@ typedef struct _FSP_FILE_SYSTEM_INTERFACE * Pointer to a buffer that contains the input data. * @param InputBufferLength * Input data length. - * @param Buffer + * @param OutputBuffer * Pointer to a buffer that will receive the output data. - * @param Length + * @param OutputBufferLength * Output data length. * @param PBytesTransferred [out] * Pointer to a memory location that will receive the actual number of bytes transferred.