summaryrefslogtreecommitdiff
path: root/include/iprt/memsafer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/iprt/memsafer.h')
-rw-r--r--include/iprt/memsafer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/iprt/memsafer.h b/include/iprt/memsafer.h
index 2143513084e..10a649720fb 100644
--- a/include/iprt/memsafer.h
+++ b/include/iprt/memsafer.h
@@ -244,7 +244,6 @@ RTDECL(void *) RTMemSaferReallocZTag(size_t cbOld, void *pvOld, size_t cbNew, co
* Before freeing the allocated memory, it will be wiped clean using
* RTMemWipeThorougly.
*
- * @returns Pointer to the allocated memory.
* @param pv The allocation.
* @param cb The allocation size.
*/