From 0510e081a332918664476361ae8b58651a809907 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 27 Apr 2024 20:00:10 -0400 Subject: [PATCH] testsuite: ztress: fix doxygen command Fix doxygen command. Signed-off-by: Anas Nashif --- subsys/testsuite/ztest/include/zephyr/ztress.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/testsuite/ztest/include/zephyr/ztress.h b/subsys/testsuite/ztest/include/zephyr/ztress.h index ce349d480d..63c17dfc56 100644 --- a/subsys/testsuite/ztest/include/zephyr/ztress.h +++ b/subsys/testsuite/ztest/include/zephyr/ztress.h @@ -154,7 +154,7 @@ struct ztress_context_data { #define Z_ZTRESS_TIMER_IDX(idx, data) \ ((GET_ARG_N(1, __DEBRACKET data)) == ZTRESS_ID_K_TIMER ? idx : 0) -/** @intenal Macro validates that @ref ZTRESS_TIMER context is not used except for +/** @internal Macro validates that @ref ZTRESS_TIMER context is not used except for * the first item in the list of contexts. */ #define Z_ZTRESS_TIMER_CONTEXT_VALIDATE(...) \