From 37b44949213fd92497db2137a15cf388fad59c35 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Thu, 22 Feb 2018 09:55:32 +0100 Subject: [PATCH] http_client: fix function documentation --- src/include/lwip/apps/http_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/apps/http_client.h b/src/include/lwip/apps/http_client.h index cf44cab1..685420f0 100644 --- a/src/include/lwip/apps/http_client.h +++ b/src/include/lwip/apps/http_client.h @@ -96,7 +96,7 @@ typedef struct _httpc_state httpc_state_t; * Prototype of a http client callback function * * @param arg argument specified when initiating the request - * @param http_result result of the mail transfer (see enum httpc_result_t) + * @param httpc_result result of the http transfer (see enum httpc_result_t) * @param rx_content_len number of bytes received (without headers) * @param srv_res this contains the http status code received (if any) * @param err an error returned by internal lwip functions, can help to specify