aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 2f3a99a9..3e1dbc96 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -3696,8 +3696,8 @@ MHD_create_response_from_buffer_static (size_t size,
3696 3696
3697 3697
3698/** 3698/**
3699 * Create a response object with the content of provided statically allocated 3699 * Create a response object with the content of provided temporal buffer
3700 * buffer used as the response body. 3700 * used as the response body.
3701 * 3701 *
3702 * An internal copy of the buffer will be made automatically, so buffer have 3702 * An internal copy of the buffer will be made automatically, so buffer have
3703 * to be valid only during the call of this function (as a typical example: 3703 * to be valid only during the call of this function (as a typical example: