summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2019-01-17 01:47:51 +0100
committerRichard Braun <rbraun@sceen.net>2019-01-17 01:47:51 +0100
commitddd03534471b9f092dac144fc05d727970236cf9 (patch)
tree3d70c51ff90af7c068a8ba36642163ad4b47083e /test
parentf53f22632e1ef6c6b35ed333db581248cc6b54a8 (diff)
Replace "awaken" with "awoken"
See https://www.merriam-webster.com/words-at-play/usage-awaken-awoken-awakened.
Diffstat (limited to 'test')
-rw-r--r--test/test_mutex_pi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_mutex_pi.c b/test/test_mutex_pi.c
index 4332a91d..5ddcfa70 100644
--- a/test/test_mutex_pi.c
+++ b/test/test_mutex_pi.c
@@ -66,7 +66,7 @@
* the least and should be the most frequent to report progress. Because of
* contention from B, D and E on M3, D rarely gets boosted. The reason is
* that, when B owns the mutex, E is likely to wait on M3 soon enough that
- * it will be awaken before D, preventing the conditions for priority
+ * it will be awoken before D, preventing the conditions for priority
* inheritance to occur.
*
* Note that the test uses regular mutexes instead of real-time mutexes,