From 1d15fc5dddf50896815b9aff2ae6579127c4cf80 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 23 Oct 2019 21:14:18 +0200 Subject: [PATCH] tests/thread_priority_inversion: fix typos --- tests/thread_priority_inversion/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/thread_priority_inversion/README.md b/tests/thread_priority_inversion/README.md index e73208c0a2..0c0e4498c8 100644 --- a/tests/thread_priority_inversion/README.md +++ b/tests/thread_priority_inversion/README.md @@ -9,7 +9,7 @@ should be scheduled periodically and produce some output: 2017-07-17 17:00:30,343 - INFO # t_high: freeing resource... ``` During this phase of 1s, **t_high** lockes the mutex **res_mtx** which -represents a shared ressource. After unlocking the mutex, **t_high** waits 1s +represents a shared resource. After unlocking the mutex, **t_high** waits 1s before restaring its cycle again. A low priority thread **t_low** is doing the same. Since both threads sharing