From 3158b553c41c963b59d753e8feef4211f15aa980 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 4 Nov 2020 20:50:22 +0100 Subject: api: document enum argument properly Signed-off-by: Jason A. Donenfeld --- api/wintun.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') diff --git a/api/wintun.h b/api/wintun.h index 54c27cd..13f908c 100644 --- a/api/wintun.h +++ b/api/wintun.h @@ -96,7 +96,7 @@ typedef BOOL(CALLBACK *WINTUN_ENUM_CALLBACK)(_In_ WINTUN_ADAPTER_HANDLE Adapter, * * @param Pool Name of the adapter pool. Zero-terminated string of up to WINTUN_MAX_POOL-1 characters. * - * @param Func Callback function. To continue enumeration, the callback function must return TRUE; to stop + * @param Callback Callback function. To continue enumeration, the callback function must return TRUE; to stop * enumeration, it must return FALSE. * * @param Param An application-defined value to be passed to the callback function. -- cgit v1.2.3-59-g8ed1b