aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-11-04 20:50:22 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-04 21:22:47 +0100
commit3158b553c41c963b59d753e8feef4211f15aa980 (patch)
tree0fee67820607e1ed1ec5494419e7d53ef1a4e5b5 /api
parentapi: document log enum (diff)
downloadwintun-3158b553c41c963b59d753e8feef4211f15aa980.tar.xz
wintun-3158b553c41c963b59d753e8feef4211f15aa980.zip
api: document enum argument properly
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'api')
-rw-r--r--api/wintun.h2
1 files changed, 1 insertions, 1 deletions
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.