summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-task-construct-errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/tc-task-construct-errors.c')
-rw-r--r--testsuites/validation/tc-task-construct-errors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/validation/tc-task-construct-errors.c b/testsuites/validation/tc-task-construct-errors.c
index 5d5b910ecf..7d4e5628d1 100644
--- a/testsuites/validation/tc-task-construct-errors.c
+++ b/testsuites/validation/tc-task-construct-errors.c
@@ -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;