浏览代码

http_client Rename the API in .h file

Olle E. Johansson 9 年之前
父节点
当前提交
fcdef43719
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/http_client/curl_api.h

+ 1 - 1
modules/http_client/curl_api.h

@@ -49,7 +49,7 @@ typedef int (*bind_httpc_api_f)(httpc_api_t *api);
 int bind_httpc_api(httpc_api_t *api);
 
 /**
- * @brief Load the CURL API
+ * @brief Load the http_client API
  */
 static inline int httpc_load_api(httpc_api_t *api)
 {