aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/response.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/response.c')
-rw-r--r--src/microhttpd/response.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index 65158819..463f01a7 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -1386,8 +1386,8 @@ MHD_create_response_from_buffer_static (size_t size,
1386 1386
1387 1387
1388/** 1388/**
1389 * Create a response object with the content of provided statically allocated 1389 * Create a response object with the content of provided temporal buffer
1390 * buffer used as the response body. 1390 * used as the response body.
1391 * 1391 *
1392 * An internal copy of the buffer will be made automatically, so buffer have 1392 * An internal copy of the buffer will be made automatically, so buffer have
1393 * to be valid only during the call of this function (as a typical example: 1393 * to be valid only during the call of this function (as a typical example: