diff options
Diffstat (limited to 'src/microhttpd/response.c')
-rw-r--r-- | src/microhttpd/response.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c index cce93bcb..185cd2cd 100644 --- a/src/microhttpd/response.c +++ b/src/microhttpd/response.c | |||
@@ -567,7 +567,7 @@ MHD_create_response_from_buffer (size_t size, | |||
567 | * Destroy a response object and associated resources. Note that | 567 | * Destroy a response object and associated resources. Note that |
568 | * libmicrohttpd may keep some of the resources around if the response | 568 | * libmicrohttpd may keep some of the resources around if the response |
569 | * is still in the queue for some clients, so the memory may not | 569 | * is still in the queue for some clients, so the memory may not |
570 | * necessarily be freed immediatley. | 570 | * necessarily be freed immediately. |
571 | * | 571 | * |
572 | * @param response response to destroy | 572 | * @param response response to destroy |
573 | * @ingroup response | 573 | * @ingroup response |