commit f183595b2c5ead1462330520e0df88df57529a73
parent 23bd4f82a9d815954f193b7a11f42db806693818
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date: Thu, 13 Aug 2026 17:31:44 +0200
mhd_tls_funcs: minor doxy correction
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mhd2/mhd_tls_funcs.h b/src/mhd2/mhd_tls_funcs.h
@@ -128,7 +128,7 @@
/**
* 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_conn_get_tls_size(d_tls) \
mhd_TLS_FUNC (_conn_get_tls_size)(d_tls)