mirror of
https://github.com/espressif/openthread.git
synced 2026-08-03 09:27:47 +00:00
[tcp] correct misspelling in API docs (#8750)
This commit is contained in:
@@ -53,7 +53,7 @@ extern "C" {
|
||||
* @note This number versions both OpenThread platform and user APIs.
|
||||
*
|
||||
*/
|
||||
#define OPENTHREAD_API_VERSION (285)
|
||||
#define OPENTHREAD_API_VERSION (286)
|
||||
|
||||
/**
|
||||
* @addtogroup api-instance
|
||||
|
||||
@@ -240,7 +240,7 @@ int otTcpMbedTlsSslSendCallback(void *aCtx, const unsigned char *aBuf, size_t aL
|
||||
*
|
||||
* @param[in] aCtx A pointer to an otTcpEndpointAndCircularSendBuffer.
|
||||
* @param[out] aBuf The buffer into which to receive data.
|
||||
* @param[in] aLen The maxmimum amount of data that can be received.
|
||||
* @param[in] aLen The maximum amount of data that can be received.
|
||||
*
|
||||
* @returns The number of bytes received, or an mbedtls error code.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user