summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-clock-nanosleep.c
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-19 08:08:45 +0200
commit1a2d797a97d0865e3f46f4977e9159165513e9e8 (patch)
treea3f6696bc5d460c82729a09f215b12506f44a9cc /testsuites/validation/tc-clock-nanosleep.c
parentvalidation: rtems_scheduler_get_maximum_priority() (diff)
downloadrtems-1a2d797a97d0865e3f46f4977e9159165513e9e8.tar.bz2
validation: Fix formatting
Update #3716.
Diffstat (limited to '')
-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;