summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tr-tq-surrender-priority-inherit.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-10-31 07:40:45 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-11-07 15:23:26 +0100
commitb414abcffe041a83afd4a992958bb2f61321260b (patch)
tree91b999ea04fd869dabfdfe94b4d633602d14e91f /testsuites/validation/tr-tq-surrender-priority-inherit.c
parentvalidation: Improve thread idle bodies test (diff)
downloadrtems-b414abcffe041a83afd4a992958bb2f61321260b.tar.bz2
validation: Fix typos
Diffstat (limited to '')
-rw-r--r--testsuites/validation/tr-tq-surrender-priority-inherit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/validation/tr-tq-surrender-priority-inherit.c b/testsuites/validation/tr-tq-surrender-priority-inherit.c
index cbe235780a..0229fcc26a 100644
--- a/testsuites/validation/tr-tq-surrender-priority-inherit.c
+++ b/testsuites/validation/tr-tq-surrender-priority-inherit.c
@@ -921,7 +921,7 @@ static void ScoreTqReqSurrenderPriorityInherit_Pre_Suspended_Prepare(
switch ( state ) {
case ScoreTqReqSurrenderPriorityInherit_Pre_Suspended_Yes: {
/*
- * Whiel the new owner is suspended.
+ * While the new owner is suspended.
*/
ctx->suspended = true;
break;
@@ -929,7 +929,7 @@ static void ScoreTqReqSurrenderPriorityInherit_Pre_Suspended_Prepare(
case ScoreTqReqSurrenderPriorityInherit_Pre_Suspended_No: {
/*
- * Whiel the new owner is not suspended.
+ * While the new owner is not suspended.
*/
ctx->suspended = false;
break;