From 41275372d3081298ed753313973b61df9a0c4e9c Mon Sep 17 00:00:00 2001 From: Jeff Bumgardner Date: Tue, 3 Jan 2023 17:08:15 -0800 Subject: [PATCH] [docs] fix typo in comment (#8609) --- include/openthread/instance.h | 2 +- include/openthread/platform/crypto.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/openthread/instance.h b/include/openthread/instance.h index ced184f73..c766b4071 100644 --- a/include/openthread/instance.h +++ b/include/openthread/instance.h @@ -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 diff --git a/include/openthread/platform/crypto.h b/include/openthread/platform/crypto.h index 9d9981990..69253bb0d 100644 --- a/include/openthread/platform/crypto.h +++ b/include/openthread/platform/crypto.h @@ -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.