mirror of
https://github.com/espressif/openthread.git
synced 2026-08-02 09:07:47 +00:00
[docs] fix typo in comment (#8609)
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 (273)
|
||||
#define OPENTHREAD_API_VERSION (274)
|
||||
|
||||
/**
|
||||
* @addtogroup api-instance
|
||||
|
||||
@@ -337,7 +337,7 @@ otError otPlatCryptoHmacSha256Deinit(otCryptoContext *aContext);
|
||||
* Start HMAC operation.
|
||||
*
|
||||
* @param[in] aContext Context for HMAC operation.
|
||||
* @param[in] aKey Key material to be used for for HMAC operation.
|
||||
* @param[in] aKey Key material to be used for HMAC operation.
|
||||
*
|
||||
* @retval OT_ERROR_NONE Successfully started HMAC operation.
|
||||
* @retval OT_ERROR_FAILED Failed to start HMAC operation.
|
||||
|
||||
Reference in New Issue
Block a user