validation: Use common wording

This commit is contained in:
Sebastian Huber
2021-03-05 21:18:55 +01:00
parent f762b7c272
commit 1ce127e9df
5 changed files with 8 additions and 8 deletions

View File

@@ -338,7 +338,7 @@ static void RtemsTaskReqConstructErrors_Pre_Id_Prepare(
switch ( state ) {
case RtemsTaskReqConstructErrors_Pre_Id_Valid: {
/*
* The id parameter shall reference an object identifier value.
* The ``id`` parameter shall reference an object of type rtems_id.
*/
ctx->id = &ctx->id_value;
break;
@@ -346,7 +346,7 @@ static void RtemsTaskReqConstructErrors_Pre_Id_Prepare(
case RtemsTaskReqConstructErrors_Pre_Id_Null: {
/*
* The id parameter shall be NULL.
* The ``id`` parameter shall be NULL.
*/
ctx->id = NULL;
break;