From 55f059ee0a3affb136176feca612c3fd5d4b9652 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Sun, 31 Oct 2021 18:23:23 +0300 Subject: [PATCH] Sync doxy header and source --- src/microhttpd/daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c index 755fee08..0ff7bffc 100644 --- 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