summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-message-construct-errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/tc-message-construct-errors.c')
-rw-r--r--testsuites/validation/tc-message-construct-errors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/validation/tc-message-construct-errors.c b/testsuites/validation/tc-message-construct-errors.c
index 0a98a52f43..cdad664b22 100644
--- a/testsuites/validation/tc-message-construct-errors.c
+++ b/testsuites/validation/tc-message-construct-errors.c
@@ -262,7 +262,7 @@ static void RtemsMessageReqConstructErrors_Pre_Id_Prepare(
switch ( state ) {
case RtemsMessageReqConstructErrors_Pre_Id_Id: {
/*
- * 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;
@@ -270,7 +270,7 @@ static void RtemsMessageReqConstructErrors_Pre_Id_Prepare(
case RtemsMessageReqConstructErrors_Pre_Id_Null: {
/*
- * The id parameter shall be NULL.
+ * The ``id`` parameter shall be NULL.
*/
ctx->id = NULL;
break;