Jelajahi Sumber

http_client Rename the API in .h file

Olle E. Johansson 9 tahun lalu
induk
melakukan
fcdef43719
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)
 {