summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-task-construct-errors.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-03-05 21:18:55 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-03-05 21:19:54 +0100
commit1ce127e9dfd226724f3bba01db1bd92c15da8755 (patch)
treee7e28701868ebadc1eae3efb58578470cdd8d4e2 /testsuites/validation/tc-task-construct-errors.c
parentgrcan.c: Fix Unused value (CID #1437613) (diff)
downloadrtems-1ce127e9dfd226724f3bba01db1bd92c15da8755.tar.bz2
validation: Use common wording
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;