From 0ed55de0e67c99121d88aa123d4ce8c64e56c7d9 Mon Sep 17 00:00:00 2001 From: Beans Date: Mon, 28 Oct 2024 02:27:01 +0000 Subject: [PATCH] update tests/ztest/error_hook/README.txt. correct some spelling errors Signed-off-by: Beans --- tests/ztest/error_hook/README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/ztest/error_hook/README.txt b/tests/ztest/error_hook/README.txt index fd6ea443b..de9292395 100644 --- a/tests/ztest/error_hook/README.txt +++ b/tests/ztest/error_hook/README.txt @@ -65,11 +65,11 @@ test_catch_assert_fail then catch it by the assert handler. test_catch_fatal_error - - start a thread to test triggerring a null address dereferencing, then catch + - start a thread to test triggering a null address dereferencing, then catch the (expected) fatal error. - - start a thread to test triggerring an illegal instruction, then catch + - start a thread to test triggering an illegal instruction, then catch the (expected) fatal error. - - start a thread to test triggerring a divide-by-zero error, then catch + - start a thread to test triggering a divide-by-zero error, then catch the (expected) fatal error. - start a thread to call k_oops() then catch the (expected) fatal error. - start a thread to call k_panel() then catch the (expected) fatal error. -- Gitee