[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 03/03: test_shutdown_select: file description fixed
From: |
gnunet |
Subject: |
[libmicrohttpd] 03/03: test_shutdown_select: file description fixed |
Date: |
Mon, 30 Aug 2021 19:51:21 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
commit 510881918a1bb72b2f9c007ae0ba14685429068c
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Aug 30 18:13:54 2021 +0300
test_shutdown_select: file description fixed
---
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
index 121c38cc..08b30426 100644
--- 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)
*/
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.