summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-acfg-default.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-10-06 09:00:22 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-10-06 09:03:06 +0200
commit3bad6b8ff9f35d72b68846794e66c242823d2f78 (patch)
treeb226746f2e6a011fc6dbb4f31b09d64e4cbf0633 /testsuites/validation/tc-acfg-default.c
parentbsp/aarch64: Add new Raspberry Pi 4B BSP (diff)
downloadrtems-3bad6b8ff9f35d72b68846794e66c242823d2f78.tar.bz2
validation: Fix wording
Diffstat (limited to '')
-rw-r--r--testsuites/validation/tc-acfg-default.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuites/validation/tc-acfg-default.c b/testsuites/validation/tc-acfg-default.c
index 95fa497cf1..04876285fb 100644
--- a/testsuites/validation/tc-acfg-default.c
+++ b/testsuites/validation/tc-acfg-default.c
@@ -74,10 +74,10 @@
*
* - Check the configured CONFIGURE_IDLE_TASK_BODY.
*
- * - Check the default value CONFIGURE_IDLE_TASK_STACK_SIZE where the
+ * - Check the default value of CONFIGURE_IDLE_TASK_STACK_SIZE where the
* optional BSP-provided default value is enabled.
*
- * - Check the default value CONFIGURE_INTERRUPT_STACK_SIZE where the
+ * - Check the default value of CONFIGURE_INTERRUPT_STACK_SIZE where the
* optional BSP-provided default value is enabled.
*
* - Check the BSP-provided initial extension is registered.
@@ -160,8 +160,8 @@ static void AcfgValDefault_Action_0( void )
T_step_eq_ptr( 0, rtems_configuration_get_idle_task(), IdleBody );
/*
- * Check the default value CONFIGURE_IDLE_TASK_STACK_SIZE where the optional
- * BSP-provided default value is enabled.
+ * Check the default value of CONFIGURE_IDLE_TASK_STACK_SIZE where the
+ * optional BSP-provided default value is enabled.
*/
T_step_eq_sz(
1,
@@ -174,8 +174,8 @@ static void AcfgValDefault_Action_0( void )
);
/*
- * Check the default value CONFIGURE_INTERRUPT_STACK_SIZE where the optional
- * BSP-provided default value is enabled.
+ * Check the default value of CONFIGURE_INTERRUPT_STACK_SIZE where the
+ * optional BSP-provided default value is enabled.
*/
T_step_eq_sz(
2,