aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-10-14 16:29:43 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2021-10-14 17:15:40 -0600
commit30a2817d913460ed8a23388d3da485cf9347afa3 (patch)
treedda60f30d51a16cba0b62d3f106dcb65dd6398be
parentapi: use proper instance id bounds (diff)
downloadwireguard-nt-30a2817d913460ed8a23388d3da485cf9347afa3.tar.xz
wireguard-nt-30a2817d913460ed8a23388d3da485cf9347afa3.zip
api: header: fix typo
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--api/wireguard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/wireguard.h b/api/wireguard.h
index 48e5754..ce562fa 100644
--- a/api/wireguard.h
+++ b/api/wireguard.h
@@ -44,7 +44,7 @@ typedef struct _WIREGUARD_ADAPTER *WIREGUARD_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.
@@ -156,7 +156,7 @@ typedef enum
} WIREGUARD_ADAPTER_LOG_STATE;
/**
- * Sets whether and how the adapter logs to the logger previously set up with WireGuardSetLoggerFunc.
+ * Sets whether and how the adapter logs to the logger previously set up with WireGuardSetLogger.
*
* @param Adapter Adapter handle obtained with WireGuardCreateAdapter or WireGuardOpenAdapter
*