diff --git a/src/microhttpd/connection_https.c b/src/microhttpd/connection_https.c index 9ddad117..63623138 100644 --- a/src/microhttpd/connection_https.c +++ b/src/microhttpd/connection_https.c @@ -128,8 +128,8 @@ send_tls_adapter (struct MHD_Connection *connection, } #ifdef EPOLL_SUPPORT /* Unlike non-TLS connections, do not reset "write-ready" if - * sent smaller amount than provided, as TLS connections may - * break data into smaller parts for sending. */ + * sent amount smaller than provided amount, as TLS + * connections may break data into smaller parts for sending. */ #endif /* EPOLL_SUPPORT */ return res; }