1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/thread_priority_inversion: fix typos

This commit is contained in:
Kaspar Schleiser 2019-10-23 21:14:18 +02:00
parent ab7c0c941c
commit 1d15fc5ddd

View File

@ -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