commit 09d145d3416441002ec5ba4e352498612c678939 parent cd822104183907286bc20e3d5b11886478f033fe Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev> Date: Thu, 18 Dec 2025 17:13:34 +0100 Fixed some typos in doxy Diffstat:
| M | src/mhd2/tls_gnu_funcs.h | | | 2 | +- |
| M | src/mhd2/tls_open_daemon_data.h | | | 2 | +- |
| M | src/mhd2/tls_open_funcs.h | | | 2 | +- |
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/mhd2/tls_gnu_funcs.h b/src/mhd2/tls_gnu_funcs.h @@ -149,7 +149,7 @@ MHD_FN_MUST_CHECK_RESULT_ MHD_FN_PAR_NONNULL_ALL_ MHD_FN_PAR_OUT_ (3); /** * De-initialise daemon TLS parameters (and free memory allocated for TLS * settings) - * @param d_tls the pointer to the daemon's TLS settings + * @param d_tls the pointer to the daemon's TLS settings */ MHD_INTERNAL void mhd_tls_gnu_daemon_deinit (struct mhd_TlsGnuDaemonData *restrict d_tls) diff --git a/src/mhd2/tls_open_daemon_data.h b/src/mhd2/tls_open_daemon_data.h @@ -54,7 +54,7 @@ #include "tls_open_tls_lib.h" /** - * The structure with daemon-specific GnuTLS data + * The structure with daemon-specific OpenSSL data */ struct mhd_TlsOpenDaemonData { diff --git a/src/mhd2/tls_open_funcs.h b/src/mhd2/tls_open_funcs.h @@ -133,7 +133,7 @@ MHD_FN_MUST_CHECK_RESULT_ MHD_FN_PAR_NONNULL_ALL_ MHD_FN_PAR_OUT_ (4); /** * De-initialise daemon TLS parameters (and free memory allocated for TLS * settings) - * @param d_tls the pointer to the daemon's TLS settings + * @param d_tls the pointer to the daemon's TLS settings */ MHD_INTERNAL void mhd_tls_open_daemon_deinit (struct mhd_TlsOpenDaemonData *restrict d_tls)