From 30a2817d913460ed8a23388d3da485cf9347afa3 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 14 Oct 2021 16:29:43 -0600 Subject: api: header: fix typo Signed-off-by: Jason A. Donenfeld --- api/wireguard.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/wireguard.h') 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 * -- cgit v1.2.3-59-g8ed1b