Various minor comments fixes

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-09-13 17:28:02 +02:00
parent efbba49f8e
commit 878b920d07
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)
*/
+1 -1
View File
@@ -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