From 878b920d07e372474eba9b5fd78faac0e8de4b0b Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Fri, 13 Sep 2024 17:28:02 +0200 Subject: [PATCH] Various minor comments fixes --- src/mhd2/mhd_buffer.h | 2 +- src/mhd2/stream_funcs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mhd2/mhd_buffer.h b/src/mhd2/mhd_buffer.h index e52d8264..f9fbbbfd 100644 --- a/src/mhd2/mhd_buffer.h +++ b/src/mhd2/mhd_buffer.h @@ -20,7 +20,7 @@ /** * @file src/mhd2/mhd_buffer.h - * @brief The definition of the MHD_Buffer type + * @brief The definition of the struct mhd_Buffer * @author Karlson2k (Evgeny Grin) */ diff --git a/src/mhd2/stream_funcs.h b/src/mhd2/stream_funcs.h index d73c95c7..3cda87f9 100644 --- a/src/mhd2/stream_funcs.h +++ b/src/mhd2/stream_funcs.h @@ -127,7 +127,7 @@ mhd_stream_finish_req_serving (struct MHD_Connection *restrict c, MHD_FN_PAR_NONNULL_ALL_; /** - * Update last activity mark to the current time.. + * Update last activity mark to the current time. * @param c the connection to update */ MHD_INTERNAL void