aboutsummaryrefslogtreecommitdiffstats
path: root/api/adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/adapter.h')
-rw-r--r--api/adapter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/adapter.h b/api/adapter.h
index 7284002..5b9b651 100644
--- a/api/adapter.h
+++ b/api/adapter.h
@@ -29,7 +29,7 @@ typedef struct _SP_DEVINFO_DATA_LIST
* driver for which to retrieve details.
*
* @param DrvInfoDetailData A pointer to a structure that receives detailed information about the specified driver.
- * Must be released with HeapFree(GetProcessHeap(), 0, *DrvInfoDetailData) after use.
+ * Must be released with HeapFree(ModuleHeap, 0, *DrvInfoDetailData) after use.
*
* @return ERROR_SUCCESS on success; Win32 error code otherwise.
*/