commit 55f059ee0a3affb136176feca612c3fd5d4b9652
parent 9d142ff1a79682ff126b3a8f2248f74c149a76be
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sun, 31 Oct 2021 18:23:23 +0300
Sync doxy header and source
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
@@ -5203,7 +5203,7 @@ MHD_run (struct MHD_Daemon *daemon)
* This function calls MHD_get_timeout() internally and use returned value as
* maximum wait time if it less than value of @a millisec parameter.
*
- * It is expected that the external socket polling function is not used in
+ * It is expected that the "external" socket polling function is not used in
* conjunction with this function unless the @a millisec is set to zero.
*
* @param daemon the daemon to run