summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-clock-nanosleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/tc-clock-nanosleep.c')
-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;