aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-06-19 18:15:47 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-06-20 23:22:58 +0300
commit8fd9b6bdbb14ef4e9fdff4e52fd5f5638a0daf4e (patch)
treebc8e8abc9f826712898d458bf6fa5f83de4c0d06 /src/microhttpd/daemon.c
parente620738a221c710bb19555271f81e13862481364 (diff)
downloadlibmicrohttpd-8fd9b6bdbb14ef4e9fdff4e52fd5f5638a0daf4e.tar.gz
libmicrohttpd-8fd9b6bdbb14ef4e9fdff4e52fd5f5638a0daf4e.zip
Fixed some comments
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 89dd535f..9b088803 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -5535,7 +5535,7 @@ MHD_run (struct MHD_Daemon *daemon)
5535 5535
5536 5536
5537/** 5537/**
5538 * Run websever operation with possible blocking. 5538 * Run webserver operation with possible blocking.
5539 * 5539 *
5540 * This function does the following: waits for any network event not more than 5540 * This function does the following: waits for any network event not more than
5541 * specified number of milliseconds, processes all incoming and outgoing data, 5541 * specified number of milliseconds, processes all incoming and outgoing data,