commit 787b07748e3c97ad8e60ffc052005e2382e8f68f
parent d66e0d3f33f3c1766d70a3e2d9dbeceacf76db36
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date: Wed, 10 Dec 2025 21:26:16 +0100
tls_gnu_funcs.h: corrected doxy
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mhd2/tls_gnu_funcs.h b/src/mhd2/tls_gnu_funcs.h
@@ -168,7 +168,7 @@ mhd_tls_gnu_conn_get_tls_size_v (void);
/**
* Get size size of the connection's TLS settings
- * @param d_tls the pointer to the daemon's TLS settings
+ * @param d_tls the pointer to the daemon's TLS settings
*/
#define mhd_tls_gnu_conn_get_tls_size(d_tls) \
mhd_tls_gnu_conn_get_tls_size_v ()