[docs] fix typo in comment (#8609)

This commit is contained in:
Jeff Bumgardner
2023-01-03 17:08:15 -08:00
committed by GitHub
parent cde7fd02c7
commit 41275372d3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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.