summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-08 22:04:32 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-08 22:11:06 +0200
commit2572b8bddcdd788e8436bd519e07720398f05d74 (patch)
tree020a1b17e470f19328245fc5bc53bb67a6d81883
parent2ae9333480c9adad2cbcf4c8a9aff012b457f78c (diff)
validation: Fix formatting
Update #3716.
-rw-r--r--testsuites/validation/tc-clock-nanosleep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/validation/tc-clock-nanosleep.c b/testsuites/validation/tc-clock-nanosleep.c
index 66fce762dd..9696733651 100644
--- a/testsuites/validation/tc-clock-nanosleep.c
+++ b/testsuites/validation/tc-clock-nanosleep.c
@@ -430,7 +430,7 @@ static void CReqClockNanosleep_Pre_RQTp_Prepare(
case CReqClockNanosleep_Pre_RQTp_Null: {
/*
- * While the ``rqtp parameter is equal to NULL.
+ * While the ``rqtp`` parameter is equal to NULL.
*/
ctx->rqtp = NULL;
break;
@@ -543,7 +543,7 @@ static void CReqClockNanosleep_Pre_RMTp_Prepare(
case CReqClockNanosleep_Pre_RMTp_Null: {
/*
- * While the ``rmtp parameter is equal to NULL.
+ * While the ``rmtp`` parameter is equal to NULL.
*/
ctx->rmtp = NULL;
break;