commit 510881918a1bb72b2f9c007ae0ba14685429068c parent 17d8406e6cae2a1be852acd5e6d40e6ce1f5073b Author: Evgeny Grin (Karlson2k) <k2k@narod.ru> Date: Mon, 30 Aug 2021 18:13:54 +0300 test_shutdown_select: file description fixed Diffstat:
| M | src/microhttpd/test_shutdown_select.c | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/microhttpd/test_shutdown_select.c b/src/microhttpd/test_shutdown_select.c @@ -22,10 +22,10 @@ * @file microhttpd/test_shutdown_select.c * @brief Test whether shutdown socket triggers select()/poll() * @details On some platforms shutting down the socket in one thread - * trigger select() or poll() waiting for this socket in - * other thread. libmicrohttpd depend on this behavior on - * those platforms. This program check whether select() - * and poll() (if available) works as expected. + * triggers select() or poll() waiting for this socket in + * other thread. libmicrohttpd depends on this behavior on + * these platforms. This program check whether select() + * and poll() (if available) work as expected. * @author Karlson2k (Evgeny Grin) */