commit f73ab438317568b24cf005ae38cf36e01920d74d
parent 6ee00803efd6c1ac363eeeb30302784b1212a424
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Wed, 15 Nov 2023 15:28:38 +0300
microhttpd.h: minor clarification for doxy
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
@@ -1825,7 +1825,7 @@ enum MHD_OPTION
* MHD_OPTION_END);
*
* For options that expect a single pointer argument, the
- * second member of the `struct MHD_OptionItem` is ignored.
+ * 'value' member of the `struct MHD_OptionItem` is ignored.
* For options that expect two pointer arguments, the first
* argument must be cast to `intptr_t`.
*/