aboutsummaryrefslogtreecommitdiffstats
path: root/api/wintun.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-10-14 16:30:02 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2021-10-14 16:30:24 -0600
commit194f36f6c0ab6b2e658377a4228944ef0a19d0ef (patch)
treec3d8b91d69e59af7393101e88d3cd3927b6a1120 /api/wintun.h
parentapi: use proper instance id bounds (diff)
downloadwintun-194f36f6c0ab6b2e658377a4228944ef0a19d0ef.tar.xz
wintun-194f36f6c0ab6b2e658377a4228944ef0a19d0ef.zip
api: header: fix typo
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'api/wintun.h')
-rw-r--r--api/wintun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/wintun.h b/api/wintun.h
index ff1223a..6b7e0da 100644
--- a/api/wintun.h
+++ b/api/wintun.h
@@ -44,7 +44,7 @@ typedef struct _WINTUN_ADAPTER *WINTUN_ADAPTER_HANDLE;
* @param Name The requested name of the adapter. Zero-terminated string of up to MAX_ADAPTER_NAME-1
* characters.
*
- * @param TunelType Name of the adapter tunnel type. Zero-terminated string of up to MAX_ADAPTER_NAME-1
+ * @param TunnelType Name of the adapter tunnel type. Zero-terminated string of up to MAX_ADAPTER_NAME-1
* characters.
*
* @param RequestedGUID The GUID of the created network adapter, which then influences NLA generation deterministically.