libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit cc88b5a09df041bf79b1e520e3697d1c4eb01347
parent f50153e5cfa0364d04f722e744a236afd45e69f9
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed,  4 May 2022 19:25:32 +0300

connection.c: fixed doxy

Diffstat:
Msrc/microhttpd/connection.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c @@ -235,7 +235,7 @@ str_conn_error_ (ssize_t mhd_err_code) /** * Allocate memory from connection's memory pool. - * If memory pool doesn't have enough free memory but read of write buffer + * If memory pool doesn't have enough free memory but read or write buffer * have some unused memory, the size of the buffer will be reduced as needed. * @param connection the connection to use * @param size the size of allocated memory area