summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Storage/IOBufMgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Devices/Storage/IOBufMgmt.h')
-rw-r--r--src/VBox/Devices/Storage/IOBufMgmt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/VBox/Devices/Storage/IOBufMgmt.h b/src/VBox/Devices/Storage/IOBufMgmt.h
index bf0d7e6cc37..0113008bcde 100644
--- a/src/VBox/Devices/Storage/IOBufMgmt.h
+++ b/src/VBox/Devices/Storage/IOBufMgmt.h
@@ -110,7 +110,6 @@ DECLHIDDEN(int) IOBUFMgrAllocBuf(IOBUFMGR hIoBufMgr, PIOBUFDESC pIoBufDesc, size
/**
* Frees a given I/O buffer.
*
- * @returns nothing.
* @param pIoBufDesc The I/O buffer descriptor to free.
*/
DECLHIDDEN(void) IOBUFMgrFreeBuf(PIOBUFDESC pIoBufDesc);