@@ -112,7 +112,7 @@ constexpr uint16_t kMaxLogStringSize = OPENTHREAD_CONFIG_LOG_MAX_SIZE; ///< Max
112112/* *
113113 * Emits an error log message at critical log level if there is an error.
114114 *
115- * The emitted log will use the the following format "Failed to {aFormattedText} - {ErrorToString(aError)}", and will
115+ * The emitted log will use the following format "Failed to {aFormattedText} - {ErrorToString(aError)}", and will
116116 * be emitted only if there is an error, i.e., @p aError is not `kErrorNone`.
117117 *
118118 * @param[in] aError The error to check and log.
@@ -135,7 +135,7 @@ constexpr uint16_t kMaxLogStringSize = OPENTHREAD_CONFIG_LOG_MAX_SIZE; ///< Max
135135/* *
136136 * Emits an error log message at warning log level if there is an error.
137137 *
138- * The emitted log will use the the following format "Failed to {aFormattedText} - {ErrorToString(aError)}", and will
138+ * The emitted log will use the following format "Failed to {aFormattedText} - {ErrorToString(aError)}", and will
139139 * be emitted only if there is an error, i.e., @p aError is not `kErrorNone`.
140140 *
141141 * @param[in] aError The error to check and log.
@@ -159,7 +159,7 @@ constexpr uint16_t kMaxLogStringSize = OPENTHREAD_CONFIG_LOG_MAX_SIZE; ///< Max
159159/* *
160160 * Emits an error log message at note log level if there is an error.
161161 *
162- * The emitted log will use the the following format "Failed to {aFormattedText} - {ErrorToString(aError)}", and will
162+ * The emitted log will use the following format "Failed to {aFormattedText} - {ErrorToString(aError)}", and will
163163 * be emitted only if there is an error, i.e., @p aError is not `kErrorNone`.
164164 *
165165 * @param[in] aError The error to check and log.
@@ -183,7 +183,7 @@ constexpr uint16_t kMaxLogStringSize = OPENTHREAD_CONFIG_LOG_MAX_SIZE; ///< Max
183183/* *
184184 * Emits an error log message at info log level if there is an error.
185185 *
186- * The emitted log will use the the following format "Failed to {aFormattedText} - {ErrorToString(aError)}", and will
186+ * The emitted log will use the following format "Failed to {aFormattedText} - {ErrorToString(aError)}", and will
187187 * be emitted only if there is an error, i.e., @p aError is not `kErrorNone`.
188188 *
189189 * @param[in] aError The error to check and log.
@@ -207,7 +207,7 @@ constexpr uint16_t kMaxLogStringSize = OPENTHREAD_CONFIG_LOG_MAX_SIZE; ///< Max
207207/* *
208208 * Emits an error log message at debug log level if there is an error.
209209 *
210- * The emitted log will use the the following format "Failed to {aFormattedText} - {ErrorToString(aError)}", and will
210+ * The emitted log will use the following format "Failed to {aFormattedText} - {ErrorToString(aError)}", and will
211211 * be emitted only if there is an error, i.e., @p aError is not `kErrorNone`.
212212 *
213213 * @param[in] aError The error to check and log.
0 commit comments