commit 96b440ac4dedd2b73d8fe632599449d0966161bf
parent b95b107d93d7b65bfbb5446881be2f251b7c5dcb
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date: Wed, 8 Jul 2026 23:59:09 +0200
h2_req_fields.c: fixed typo in doxy
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mhd2/h2/h2_req_fields.c b/src/mhd2/h2/h2_req_fields.c
@@ -37,7 +37,7 @@
*/
/**
- * @file src/mhd2/h2/h2_dec_fields.c
+ * @file src/mhd2/h2/h2_req_fields.c
* @brief Implementation of HTTP/2 request fields functions
* @author Karlson2k (Evgeny Grin)
*/