libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit ec2725b5d882ad63da87965c05b70c6f98f51dbc
parent 10cb9ff0e7a42fd16c8c0775a9961c92f84e1675
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed,  3 Nov 2021 14:54:58 +0300

test_str_token{,s}_remove: fixed comments

Diffstat:
Msrc/microhttpd/test_str_token_remove.c | 4++--
Msrc/microhttpd/test_str_tokens_remove.c | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/microhttpd/test_str_token_remove.c b/src/microhttpd/test_str_token_remove.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - Copyright (C) 2017 Karlson2k (Evgeny Grin) + Copyright (C) 2017-2021 Karlson2k (Evgeny Grin) This test tool is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -19,7 +19,7 @@ /** * @file microhttpd/test_str_token.c - * @brief Unit tests for some mhd_str functions + * @brief Unit tests for MHD_str_remove_token_caseless_() function * @author Karlson2k (Evgeny Grin) */ diff --git a/src/microhttpd/test_str_tokens_remove.c b/src/microhttpd/test_str_tokens_remove.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - Copyright (C) 2017 Karlson2k (Evgeny Grin) + Copyright (C) 2017-2021 Karlson2k (Evgeny Grin) This test tool is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -19,7 +19,7 @@ /** * @file microhttpd/test_str_token.c - * @brief Unit tests for some mhd_str functions + * @brief Unit tests for MHD_str_remove_tokens_caseless_() function * @author Karlson2k (Evgeny Grin) */