validation: Improve wording

This commit is contained in:
Sebastian Huber
2021-03-11 21:40:03 +01:00
parent a26a326e55
commit 586e06ec62
6 changed files with 13 additions and 11 deletions

View File

@@ -464,7 +464,7 @@ static void RtemsTaskReqConstructErrors_Pre_Free_Prepare(
case RtemsTaskReqConstructErrors_Pre_Free_No: {
/*
* The system shall have no inactive task object available.
* The system shall not have an inactive task object available.
*/
ctx->seized_objects = T_seize_objects( Create, ctx );
break;