commit 9b6340ff77e407c1061199259ea0ca7808353d4d
parent 6fe361f9a840f5232fddcda4ac7bf90c9c9bd1b8
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Wed, 9 Aug 2017 21:59:29 +0300
microhttpd2.h: fixed c/p errors
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/include/microhttpd2.h b/src/include/microhttpd2.h
@@ -1894,7 +1894,7 @@ union MHD_ConnectionInformation
* @param info_type what information is desired?
* @param[out] return_value pointer to union where requested information will
* be stored
- * @param return_value_size size of union MHD_DaemonInformation at compile
+ * @param return_value_size size of union MHD_ConnectionInformation at compile
* time
* @return #MHD_YES on success, #MHD_NO on error
* (@a info_type is unknown, NULL pointer etc.)
@@ -1993,7 +1993,7 @@ enum MHD_RequestInformationType
* @param info_type what information is desired?
* @param[out] return_value pointer to union where requested information will
* be stored
- * @param return_value_size size of union MHD_DaemonInformation at compile
+ * @param return_value_size size of union MHD_RequestInformation at compile
* time
* @return #MHD_YES on success, #MHD_NO on error
* (@a info_type is unknown, NULL pointer etc.)